Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ Check
Method
Check
src/key.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
bool CKey::Check(const unsigned char* vch) {
131
return secp256k1_ec_seckey_verify(secp256k1_context_sign, vch);
132
}
133
134
void CKey::MakeNewKey(bool fCompressedIn) {
135
do {
Callers
6
ProcessMasternode
Function · 0.45
GetCurrentMasterNode
Function · 0.45
GetMasternodeByRank
Function · 0.45
GetMasternodeRank
Function · 0.45
ProcessBlock
Method · 0.45
masternode
Function · 0.45
Calls
1
secp256k1_ec_seckey_verify
Function · 0.85
Tested by
no test coverage detected