Bulletproofs+

This commit is contained in:
Sarang Noether 2020-12-12 19:37:16 -05:00 committed by moneromooo-monero
parent 70ceab6c10
commit bd27debb2d
11 changed files with 1517 additions and 2 deletions

View file

@ -221,6 +221,8 @@ namespace config
// Hash domain separators
const char HASH_KEY_BULLETPROOF_EXPONENT[] = "bulletproof";
const char HASH_KEY_BULLETPROOF_PLUS_EXPONENT[] = "bulletproof_plus";
const char HASH_KEY_BULLETPROOF_PLUS_TRANSCRIPT[] = "bulletproof_plus_transcript";
const char HASH_KEY_RINGDB[] = "ringdsb";
const char HASH_KEY_SUBADDRESS[] = "SubAddr";
const unsigned char HASH_KEY_ENCRYPTED_PAYMENT_ID = 0x8d;