Verus Proof of Stake Compete with Additional ant-fork protection on block 1

This commit is contained in:
Michael Toutonghi
2018-05-13 18:59:06 -07:00
parent 6939648e84
commit 1f722359c1
20 changed files with 458 additions and 53 deletions

View File

@@ -30,8 +30,8 @@ Optimized Implementations for Haraka256 and Haraka512
#define NUMROUNDS 5
#define u64 unsigned long
#define u128 __m128i
typedef unsigned long u64;
typedef __m128i u128;
extern u128 rc[40];