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.
This commit is contained in:
Jack Grigg 2020-07-09 12:46:38 +12:00
parent ce5d8daae6
commit 2e4edc507d
1 changed files with 0 additions and 1 deletions

View File

@ -547,7 +547,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 \