![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include <key.h>
Public Member Functions | |
void | Encode (unsigned char code[74]) const |
void | Decode (const unsigned char code[74]) |
bool | Derive (CExtPubKey &out, unsigned int nChild) const |
Public Attributes | |
unsigned char | nDepth |
unsigned char | vchFingerprint [4] |
unsigned int | nChild |
unsigned char | vchChainCode [32] |
CPubKey | pubkey |
Friends | |
bool | operator== (const CExtPubKey &a, const CExtPubKey &b) |
void CExtPubKey::Decode | ( | const unsigned char | code[74] | ) |
bool CExtPubKey::Derive | ( | CExtPubKey & | out, |
unsigned int | nChild | ||
) | const |
void CExtPubKey::Encode | ( | unsigned char | code[74] | ) | const |
|
friend |