MCPcopy Create free account
hub / github.com/LUX-Core/lux / IsFullyValid

Method IsFullyValid

src/pubkey.cpp:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230bool CPubKey::IsFullyValid() const
231{
232 if (!IsValid())
233 return false;
234 secp256k1_pubkey pubkey;
235 return secp256k1_ec_pubkey_parse(secp256k1_context_verify, &pubkey, &(*this)[0], size());
236}
237
238bool CPubKey::Decompress()
239{

Callers 5

ExtractPubKeyFunction · 0.80
importpubkeyFunction · 0.80
HexToPubKeyFunction · 0.80
AddrToPubKeyFunction · 0.80
IsToPubKeyMethod · 0.80

Calls 2

sizeFunction · 0.85

Tested by

no test coverage detected