Master key for wallet encryption
Synopsis
Declared in <wallet/crypter.h>
class CMasterKey;
Member Functions
Name |
Description |
|
Constructs a master key with the default derivation method and iteration count. |
Data Members
Name |
Description |
0 = EVP_sha512() |
|
Number of rounds used to derive the key from the passphrase. |
|
The master key encrypted with AES‐256‐CBC using the passphrase‐derived key. |
|
Use this for more parameters to key derivation (currently unused) |
|
Random salt mixed into the passphrase during key derivation. |
Static Data Members
Name |
Description |
Default/minimum number of key derivation rounds |
Created with MrDocs