|
Electroneum
|
#include <fstream>#include "include_base_utils.h"#include "account.h"#include "warnings.h"#include "crypto/crypto.h"#include "crypto/keccak.h"#include "cryptonote_basic_impl.h"#include "cryptonote_format_utils.h"
Namespaces | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "account" |
| #define | KEYS_ENCRYPTION_SALT 'k' |
Functions | |
| static void | cryptonote::derive_key (const crypto::chacha_key &base_key, crypto::chacha_key &key) |
| static epee::wipeable_string | cryptonote::get_key_stream (const crypto::chacha_key &base_key, const crypto::chacha_iv &iv, size_t bytes) |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "account" |
| #define KEYS_ENCRYPTION_SALT 'k' |