Hush Equihash (N,K) implementation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2019-2020 The Hush developers
|
||||
// Copyright (c) 2016 Jack Grigg
|
||||
// Copyright (c) 2016 The Zcash developers
|
||||
// Distributed under the GPLv3 software license, see the accompanying
|
||||
@@ -8,10 +9,8 @@
|
||||
|
||||
#include "crypto/sha256.h"
|
||||
#include "utilstrencodings.h"
|
||||
|
||||
#include "sodium.h"
|
||||
#include "komodo_nk.h"
|
||||
|
||||
#include "hush_nk.h"
|
||||
#include <cstring>
|
||||
#include <exception>
|
||||
#include <functional>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#define KOMODO_DEFS_H
|
||||
#include "arith_uint256.h"
|
||||
#include "chain.h"
|
||||
#include "komodo_nk.h"
|
||||
#include "hush_nk.h"
|
||||
|
||||
#define KOMODO_EARLYTXID_HEIGHT 100
|
||||
//#define ADAPTIVEPOW_CHANGETO_DEFAULTON 1572480000
|
||||
|
||||
Reference in New Issue
Block a user