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

@@ -76,6 +76,7 @@ BITCOIN_CORE_H = \
script.h \
serialize.h \
sha2.h \
sha1.h \
sync.h \
threadsafety.h \
tinyformat.h \
@@ -153,6 +154,7 @@ libbitcoin_common_a_SOURCES = \
protocol.cpp \
rpcprotocol.cpp \
script.cpp \
sha1.cpp \
sha2.cpp \
sync.cpp \
util.cpp \