diff options
| author | Pieter Wuille <[email protected]> | 2018-06-24 10:50:40 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-06-26 10:11:08 -0700 |
| commit | 4c935e2eee456ff66cdfb908b0edffdd1e8a6c04 (patch) | |
| tree | 958f389f6a39309e98ddcbe8ebe4cc04d04853fb /src/Makefile.test.include | |
| parent | [Refactor] CPU feature detection logic for SHA256 (diff) | |
| download | discoin-4c935e2eee456ff66cdfb908b0edffdd1e8a6c04.tar.xz discoin-4c935e2eee456ff66cdfb908b0edffdd1e8a6c04.zip | |
Add SHA256 implementation using using Intel SHA intrinsics
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index a4d31795e..0c1516f4d 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -137,6 +137,7 @@ test_test_bitcoin_fuzzy_LDADD = \ $(LIBBITCOIN_CRYPTO) \ $(LIBBITCOIN_CRYPTO_SSE41) \ $(LIBBITCOIN_CRYPTO_AVX2) \ + $(LIBBITCOIN_CRYPTO_SHANI) \ $(LIBSECP256K1) test_test_bitcoin_fuzzy_LDADD += $(BOOST_LIBS) $(CRYPTO_LIBS) |