|
Monero
|
#include <unordered_set>#include "include_base_utils.h"#include "crypto/crypto.h"#include "ringct/rctOps.h"#include "cryptonote_basic/account.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "multisig.h"
Namespaces | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "multisig" |
Variables | |
| static const rct::key | multisig_salt = { {'M', 'u', 'l', 't' , 'i', 's', 'i', 'g', 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } } |
| #define MONERO_DEFAULT_LOG_CATEGORY "multisig" |
1.8.14