MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / IsFullyValid

Method IsFullyValid

src/pubkey.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207bool CPubKey::IsFullyValid() const {
208 if (!IsValid())
209 return false;
210 secp256k1_pubkey pubkey;
211 return secp256k1_ec_pubkey_parse(secp256k1_context_verify, &pubkey, &(*this)[0], size());
212}
213
214bool CPubKey::Decompress() {
215 if (!IsValid())

Callers 2

IsToPubKeyMethod · 0.80

Calls 1

Tested by

no test coverage detected