MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsCompressed

Method IsCompressed

src/key.h:96–96  ·  view source on GitHub ↗

Check whether the public key corresponding to this private key is (to be) compressed.

Source from the content-addressed store, hash-verified

94
95 //! Check whether the public key corresponding to this private key is (to be) compressed.
96 bool IsCompressed() const { return fCompressed; }
97
98 //! Generate a new private key using a cryptographic PRNG.
99 void MakeNewKey(bool fCompressed);

Callers 15

MutateTxAddOutPubKeyFunction · 0.45
MutateTxAddOutMultiSigFunction · 0.45
GetDestinationForKeyFunction · 0.45
GetAllDestinationsForKeyFunction · 0.45
EncodeSecretFunction · 0.45
VerifyPubKeyMethod · 0.45
LoadMethod · 0.45
IsMineInnerFunction · 0.45
LearnRelatedScriptsMethod · 0.45
DecryptKeyFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36