Hush Equihash (N,K) implementation

This commit is contained in:
Duke Leto
2020-12-04 20:47:28 -05:00
parent 0b403dd311
commit 609b223e90
3 changed files with 3 additions and 4 deletions

10
src/hush_nk.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef KOMODO_NK_H
#define KOMODO_NK_H
//#define ASSETCHAINS_N 77
//#define ASSETCHAINS_K 3
#define ASSETCHAINS_N 96
#define ASSETCHAINS_K 5
#endif