Add built-in RIPEMD-160 implementation

This commit is contained in:
Pieter Wuille
2014-05-01 00:43:31 +02:00
parent 13b5dfef64
commit a5bc9c0917
5 changed files with 248 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ BITCOIN_CORE_H = \
serialize.h \
crypto/sha2.h \
crypto/sha1.h \
crypto/ripemd160.h \
sync.h \
threadsafety.h \
tinyformat.h \
@@ -156,6 +157,7 @@ libbitcoin_common_a_SOURCES = \
script.cpp \
crypto/sha1.cpp \
crypto/sha2.cpp \
crypto/ripemd160.cpp \
sync.cpp \
util.cpp \
version.cpp \