Added SHA256Compress to Bitcoin's SHA256 implementation.

This commit is contained in:
Sean Bowe
2016-03-31 14:23:56 -06:00
parent 9bab3e89a2
commit 8466467a35
4 changed files with 48 additions and 1 deletions

View File

@@ -76,7 +76,8 @@ BITCOIN_TESTS =\
test/transaction_tests.cpp \
test/uint256_tests.cpp \
test/univalue_tests.cpp \
test/util_tests.cpp
test/util_tests.cpp \
test/sha256compress_tests.cpp
if ENABLE_WALLET
BITCOIN_TESTS += \