diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-07-14 22:14:41 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-07-14 22:14:41 -0400 |
commit | 02cbccc52937035396614c04b4ebebe6cd1b0c8c (patch) | |
tree | ef4ad1f3b9f5d374c68103bb30a9fc0cb12bca7f /src/cryptonote_config.h | |
parent | Merge pull request #7986 (diff) | |
parent | derive multisig tx secret keys from an entropy source plus the tx inputs' key... (diff) | |
download | monero-02cbccc52937035396614c04b4ebebe6cd1b0c8c.tar.xz |
Merge pull request #8432
edcc094 derive multisig tx secret keys from an entropy source plus the tx inputs' key images (koe)
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 962346017..2ec194ef8 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -246,6 +246,8 @@ namespace config const unsigned char HASH_KEY_CLSAG_AGG_1[] = "CLSAG_agg_1"; const char HASH_KEY_MESSAGE_SIGNING[] = "MoneroMessageSignature"; const unsigned char HASH_KEY_MM_SLOT = 'm'; + const constexpr char HASH_KEY_MULTISIG_TX_PRIVKEYS_SEED[] = "multisig_tx_privkeys_seed"; + const constexpr char HASH_KEY_MULTISIG_TX_PRIVKEYS[] = "multisig_tx_privkeys"; // Multisig const uint32_t MULTISIG_MAX_SIGNERS{16}; |