Skip to content

Commit

Permalink
Remove crypto/equihash from libzcashconsensus
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
str4d committed Jul 17, 2020
1 parent e1a5132 commit 622427d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 622427d

Please sign in to comment.