mirror of
https://github.com/monero-project/monero.git
synced 2025-08-18 15:27:58 -04:00
derive multisig tx secret keys from an entropy source plus the tx inputs' key images
This commit is contained in:
parent
cfdee9ba69
commit
edcc094558
6 changed files with 147 additions and 15 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue