Browse Source

Hush Equihash (N,K) implementation

pull/5/head
Duke Leto 4 years ago
parent
commit
609b223e90
  1. 5
      src/crypto/equihash.h
  2. 2
      src/hush_defs.h
  3. 0
      src/hush_nk.h

5
src/crypto/equihash.h

@ -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>

2
src/hush_defs.h

@ -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

0
src/komodo_nk.h → src/hush_nk.h

Loading…
Cancel
Save