Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for CPubKey, including all inherited members.
begin() const | CPubKey | inline |
CheckLowS(const boost::sliced_range< const std::vector< uint8_t > > &vchSig) | CPubKey | static |
CheckLowS(const std::vector< uint8_t > &vchSig) | CPubKey | inlinestatic |
COMPACT_SIGNATURE_SIZE | CPubKey | static |
COMPRESSED_SIZE | CPubKey | static |
CPubKey() | CPubKey | inline |
CPubKey(const T pbegin, const T pend) | CPubKey | inline |
CPubKey(Span< const uint8_t > _vch) | CPubKey | inlineexplicit |
data() const | CPubKey | inline |
Decompress() | CPubKey | |
Derive(CPubKey &pubkeyChild, ChainCode &ccChild, unsigned int nChild, const ChainCode &cc) const | CPubKey | |
end() const | CPubKey | inline |
GetHash() const | CPubKey | inline |
GetID() const | CPubKey | inline |
GetLen(uint8_t chHeader) | CPubKey | inlineprivatestatic |
Invalidate() | CPubKey | inlineprivate |
IsCompressed() const | CPubKey | inline |
IsFullyValid() const | CPubKey | |
IsValid() const | CPubKey | inline |
operator!= | CPubKey | friend |
operator< | CPubKey | friend |
operator== | CPubKey | friend |
operator[](unsigned int pos) const | CPubKey | inline |
RecoverCompact(const uint256 &hash, const std::vector< uint8_t > &vchSig) | CPubKey | |
SCHNORR_SIZE | CPubKey | static |
Serialize(Stream &s) const | CPubKey | inline |
Set(const T pbegin, const T pend) | CPubKey | inline |
SIGNATURE_SIZE | CPubKey | static |
SIZE | CPubKey | static |
size() const | CPubKey | inline |
Unserialize(Stream &s) | CPubKey | inline |
ValidSize(const std::vector< uint8_t > &vch) | CPubKey | inlinestatic |
vch | CPubKey | private |
VerifyECDSA(const uint256 &hash, const std::vector< uint8_t > &vchSig) const | CPubKey | |
VerifySchnorr(const uint256 &hash, const std::array< uint8_t, SCHNORR_SIZE > &sig) const | CPubKey | |
VerifySchnorr(const uint256 &hash, const std::vector< uint8_t > &vchSig) const | CPubKey |