Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for CKey, including all inherited members.
begin() const | CKey | inline |
Check(const unsigned char *vch) | CKey | privatestatic |
CKey() noexcept=default | CKey | |
CKey(CKey &&) noexcept=default | CKey | |
CKey(const CKey &other) | CKey | inline |
ClearKeyData() | CKey | inlineprivate |
COMPRESSED_SIZE | CKey | static |
ComputeBIP324ECDHSecret(const EllSwiftPubKey &their_ellswift, const EllSwiftPubKey &our_ellswift, bool initiating) const | CKey | |
ComputeKeyPair(const uint256 *merkle_root) const | CKey | |
data() const | CKey | inline |
Derive(CKey &keyChild, ChainCode &ccChild, unsigned int nChild, const ChainCode &cc) const | CKey | |
EllSwiftCreate(Span< const std::byte > entropy) const | CKey | |
end() const | CKey | inline |
fCompressed | CKey | private |
GetPrivKey() const | CKey | |
GetPubKey() const | CKey | |
IsCompressed() const | CKey | inline |
IsValid() const | CKey | inline |
keydata | CKey | private |
KeyType typedef | CKey | private |
Load(const CPrivKey &privkey, const CPubKey &vchPubKey, bool fSkipCheck) | CKey | |
MakeKeyData() | CKey | inlineprivate |
MakeNewKey(bool fCompressed) | CKey | |
operator=(CKey &&) noexcept=default | CKey | |
operator=(const CKey &other) | CKey | inline |
operator== | CKey | friend |
Set(const T pbegin, const T pend, bool fCompressedIn) | CKey | inline |
Sign(const uint256 &hash, std::vector< unsigned char > &vchSig, bool grind=true, uint32_t test_case=0) const | CKey | |
SignCompact(const uint256 &hash, std::vector< unsigned char > &vchSig) const | CKey | |
SignSchnorr(const uint256 &hash, Span< unsigned char > sig, const uint256 *merkle_root, const uint256 &aux) const | CKey | |
SIZE | CKey | static |
size() const | CKey | inline |
VerifyPubKey(const CPubKey &vchPubKey) const | CKey |