Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Enumerations
SecretStore.h File Reference
#include <functional>
#include <mutex>
#include <libdevcore/FixedHash.h>
#include <libdevcore/FileSystem.h>
#include "Common.h"
Include dependency graph for SecretStore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dev::SecretStore
 Manages encrypted keys stored in a certain directory on disk. More...
 
struct  dev::SecretStore::EncryptedKey
 

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

Enumerations

enum  dev::KDF { dev::KDF::PBKDF2_SHA256, dev::KDF::Scrypt }
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file SecretStore.h.