MCPcopy 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
130bool CKey::Check(const unsigned char* vch) {
131 return secp256k1_ec_seckey_verify(secp256k1_context_sign, vch);
132}
133
134void CKey::MakeNewKey(bool fCompressedIn) {
135 do {

Callers 6

ProcessMasternodeFunction · 0.45
GetCurrentMasterNodeFunction · 0.45
GetMasternodeByRankFunction · 0.45
GetMasternodeRankFunction · 0.45
ProcessBlockMethod · 0.45
masternodeFunction · 0.45

Calls 1

Tested by

no test coverage detected