Browse Source

Add parenthesis around macro value definition

pull/145/head
ebfull 8 years ago
committed by GitHub
parent
commit
2ee6ed64eb
  1. 2
      src/zcash/Zcash.h

2
src/zcash/Zcash.h

@ -12,7 +12,7 @@
#define ZC_R_SIZE 32
#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 ZC_NOTEPLAINTEXT_SIZE (ZC_NOTEPLAINTEXT_LEADING + ZC_V_SIZE + ZC_RHO_SIZE + ZC_R_SIZE + ZC_MEMO_SIZE)
#define ZKSNARK_PROOF_SIZE 584

Loading…
Cancel
Save