Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CKey Member List

This is the complete list of members for CKey, including all inherited members.

begin() constCKeyinline
Check(const unsigned char *vch)CKeyprivatestatic
CKey()CKeyinline
COMPRESSED_PRIVATE_KEY_SIZECKeystatic
Derive(CKey &keyChild, ChainCode &ccChild, unsigned int nChild, const ChainCode &cc) constCKey
end() constCKeyinline
fCompressedCKeyprivate
fValidCKeyprivate
GetPrivKey() constCKey
GetPubKey() constCKey
IsCompressed() constCKeyinline
IsValid() constCKeyinline
keydataCKeyprivate
Load(const CPrivKey &privkey, const CPubKey &vchPubKey, bool fSkipCheck)CKey
MakeNewKey(bool fCompressed)CKey
operator==(const CKey &a, const CKey &b)CKeyfriend
PRIVATE_KEY_SIZECKeystatic
Set(const T pbegin, const T pend, bool fCompressedIn)CKeyinline
Sign(const uint256 &hash, std::vector< unsigned char > &vchSig, uint32_t test_case=0) constCKey
SignCompact(const uint256 &hash, std::vector< unsigned char > &vchSig) constCKey
size() constCKeyinline
VerifyPubKey(const CPubKey &vchPubKey) constCKey
Released under the MIT license