updated SA_Proof functions to use domain separator hash key

This commit is contained in:
Some Random Crypto Guy
2025-06-05 13:40:29 +01:00
parent d163d6892c
commit ec2015e5a4
6 changed files with 24 additions and 14 deletions
+1
View File
@@ -359,6 +359,7 @@ namespace config
const constexpr char HASH_KEY_MULTISIG_TX_PRIVKEYS_SEED[] = "multisig_tx_privkeys_seed";
const constexpr char HASH_KEY_MULTISIG_TX_PRIVKEYS[] = "multisig_tx_privkeys";
const constexpr char HASH_KEY_TXHASH_AND_MIXRING[] = "txhash_and_mixring";
const constexpr char HASH_KEY_SA_PROOF[] = "SPARC_sa_proof_domain_separator";
// Multisig
const uint32_t MULTISIG_MAX_SIGNERS{16};