![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Master key for wallet encryption. More...
#include <crypter.h>
Public Member Functions | |
IMPLEMENT_SERIALIZE (READWRITE(vchCryptedKey);READWRITE(vchSalt);READWRITE(nDerivationMethod);READWRITE(nDeriveIterations);READWRITE(vchOtherDerivationParameters);) CMasterKey() | |
Public Attributes | |
std::vector< unsigned char > | vchCryptedKey |
std::vector< unsigned char > | vchSalt |
unsigned int | nDerivationMethod |
unsigned int | nDeriveIterations |
std::vector< unsigned char > | vchOtherDerivationParameters |
|
inline |
std::vector<unsigned char> CMasterKey::vchOtherDerivationParameters |