mirror of
https://github.com/monero-project/monero.git
synced 2025-08-25 07:09:25 -04:00
CLSAG signatures
This commit is contained in:
parent
c695470cff
commit
4b328c6616
12 changed files with 578 additions and 4 deletions
|
@ -226,6 +226,9 @@ namespace config
|
|||
const unsigned char HASH_KEY_MEMORY = 'k';
|
||||
const unsigned char HASH_KEY_MULTISIG[] = {'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 };
|
||||
const unsigned char HASH_KEY_TXPROOF_V2[] = "TXPROOF_V2";
|
||||
const unsigned char HASH_KEY_CLSAG_ROUND[] = "CLSAG_round";
|
||||
const unsigned char HASH_KEY_CLSAG_AGG_0[] = "CLSAG_agg_0";
|
||||
const unsigned char HASH_KEY_CLSAG_AGG_1[] = "CLSAG_agg_1";
|
||||
|
||||
namespace testnet
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue