Rename ZCASH_ constants to ZC_.

This commit is contained in:
Sean Bowe
2016-05-11 12:58:49 -06:00
parent 53ab7c06ba
commit a9640f67f1
5 changed files with 11 additions and 14 deletions

View File

@@ -6,13 +6,10 @@
#define INCREMENTAL_MERKLE_TREE_DEPTH 20
#define INCREMENTAL_MERKLE_TREE_DEPTH_TESTING 4
// TODO: these constants should be 'ZC'
// for consistency, but I didn't want to
// interfere with the old constants
#define ZCASH_NOTEPLAINTEXT_LEADING 1
#define ZCASH_V_SIZE 8
#define ZCASH_RHO_SIZE 32
#define ZCASH_R_SIZE 32
#define ZCASH_MEMO_SIZE 128
#define ZC_NOTEPLAINTEXT_LEADING 1
#define ZC_V_SIZE 8
#define ZC_RHO_SIZE 32
#define ZC_R_SIZE 32
#define ZC_MEMO_SIZE 128
#endif // _ZCCONSTANTS_H_