From 622427d67039a7be0081fa79f2bd759cd11ece38 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 9 Jul 2020 12:46:38 +1200 Subject: [PATCH] Remove crypto/equihash from libzcashconsensus This library (in the version we inherited from Bitcoin Core 0.11.2) is entirely focused on transparent script verification; a full Equihash solver is out of scope. Now that Heartwood has activated, the canonical Equihash validator is the Rust implementation in the equihash crate. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e55220500..70c2b9ea6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -589,7 +589,6 @@ libzcash_a_LDFLAGS = $(AM_LDFLAGS) if BUILD_BITCOIN_LIBS include_HEADERS = script/zcashconsensus.h libzcashconsensus_la_SOURCES = \ - crypto/equihash.cpp \ crypto/hmac_sha512.cpp \ crypto/ripemd160.cpp \ crypto/sha1.cpp \