Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Typedefs | Variables
crypter.h File Reference
#include <keystore.h>
#include <serialize.h>
#include <support/allocators/secure.h>
Include dependency graph for crypter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMasterKey
 Private key encryption is done based on a CMasterKey, which holds a salt and random encryption key. More...
 
class  CCrypter
 Encryption/decryption context with key information. More...
 
class  CCryptoKeyStore
 Keystore which keeps the private keys encrypted. More...
 

Namespaces

 wallet_crypto
 

Typedefs

typedef std::vector< unsigned char, secure_allocator< unsigned char > > CKeyingMaterial
 

Variables

const unsigned int WALLET_CRYPTO_KEY_SIZE = 32
 
const unsigned int WALLET_CRYPTO_SALT_SIZE = 8
 
const unsigned int WALLET_CRYPTO_IV_SIZE = 16
 

Typedef Documentation

typedef std::vector<unsigned char, secure_allocator<unsigned char> > CKeyingMaterial

Definition at line 66 of file crypter.h.

Variable Documentation

const unsigned int WALLET_CRYPTO_IV_SIZE = 16

Definition at line 14 of file crypter.h.

const unsigned int WALLET_CRYPTO_KEY_SIZE = 32

Definition at line 12 of file crypter.h.

const unsigned int WALLET_CRYPTO_SALT_SIZE = 8

Definition at line 13 of file crypter.h.