|
Monero
|
#include <string.h>#include "misc_log_ex.h"#include "int-util.h"#include "crypto/crypto.h"#include "common/util.h"#include "merge_mining.h"
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "cn.mm" |
Functions | |
| uint32_t | cryptonote::get_aux_slot (const crypto::hash &id, uint32_t nonce, uint32_t n_aux_chains) |
| uint32_t | cryptonote::get_path_from_aux_slot (uint32_t slot, uint32_t n_aux_chains) |
| uint32_t | cryptonote::encode_mm_depth (uint32_t n_aux_chains, uint32_t nonce) |
| bool | cryptonote::decode_mm_depth (uint32_t depth, uint32_t &n_aux_chains, uint32_t &nonce) |
| #define MONERO_DEFAULT_LOG_CATEGORY "cn.mm" |