Bitcoin ABC 0.26.3
P2P Digital Currency
|
This is the complete list of members for CKey, including all inherited members.
begin() const | CKey | inline |
Check(const uint8_t *vch) | CKey | privatestatic |
CKey() | CKey | inline |
COMPRESSED_SIZE | CKey | static |
data() const | CKey | inline |
Derive(CKey &keyChild, ChainCode &ccChild, unsigned int nChild, const ChainCode &cc) const | CKey | |
end() const | CKey | inline |
fCompressed | CKey | private |
fValid | CKey | private |
GetPrivKey() const | CKey | |
GetPubKey() const | CKey | |
IsCompressed() const | CKey | inline |
IsValid() const | CKey | inline |
keydata | CKey | private |
Load(const CPrivKey &privkey, const CPubKey &vchPubKey, bool fSkipCheck) | CKey | |
MakeCompressedKey() | CKey | static |
MakeNewKey(bool fCompressed) | CKey | |
MakeUncompressedKey() | CKey | static |
Negate() | CKey | |
operator== | CKey | friend |
Set(const T pbegin, const T pend, bool fCompressedIn) | CKey | inline |
SignCompact(const uint256 &hash, std::vector< uint8_t > &vchSig) const | CKey | |
SignECDSA(const uint256 &hash, std::vector< uint8_t > &vchSig, bool grind=true, uint32_t test_case=0) const | CKey | |
SignSchnorr(const uint256 &hash, SchnorrSig &sig, uint32_t test_case=0) const | CKey | |
SignSchnorr(const uint256 &hash, std::vector< uint8_t > &vchSig, uint32_t test_case=0) const | CKey | |
SIZE | CKey | static |
size() const | CKey | inline |
VerifyPubKey(const CPubKey &vchPubKey) const | CKey |