Add built-in SHA-1 implementation.

This commit is contained in:
Pieter Wuille
2014-04-28 03:09:13 +02:00
parent 85aab2a088
commit 1cc344ce42
6 changed files with 262 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ BITCOIN_TESTS =\
test/script_P2SH_tests.cpp \
test/script_tests.cpp \
test/serialize_tests.cpp \
test/sha1_tests.cpp \
test/sha2_tests.cpp \
test/sigopcount_tests.cpp \
test/test_bitcoin.cpp \