Change memo field size and relocate ciphertexts field of JoinSplit description.
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
#define ZC_V_SIZE 8
|
||||
#define ZC_RHO_SIZE 32
|
||||
#define ZC_R_SIZE 32
|
||||
#define ZC_MEMO_SIZE 128
|
||||
#define ZC_MEMO_SIZE 512
|
||||
|
||||
#define ZC_NOTEPLAINTEXT_SIZE ZC_NOTEPLAINTEXT_LEADING + ZC_V_SIZE + ZC_RHO_SIZE + ZC_R_SIZE + ZC_MEMO_SIZE
|
||||
|
||||
#define ZKSNARK_PROOF_SIZE 584
|
||||
|
||||
|
||||
Reference in New Issue
Block a user