Add built-in RIPEMD-160 implementation
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user