Add the RFC6979 PRNG

This commit is contained in:
Pieter Wuille
2014-10-26 02:28:22 -07:00
parent a8f5087e53
commit 3060e36098
4 changed files with 121 additions and 0 deletions

View File

@@ -206,12 +206,14 @@ crypto_libbitcoin_crypto_a_SOURCES = \
crypto/sha256.cpp \
crypto/sha512.cpp \
crypto/hmac_sha256.cpp \
crypto/rfc6979_hmac_sha256.cpp \
crypto/hmac_sha512.cpp \
crypto/ripemd160.cpp \
crypto/common.h \
crypto/sha256.h \
crypto/sha512.h \
crypto/hmac_sha256.h \
crypto/rfc6979_hmac_sha256.h \
crypto/hmac_sha512.h \
crypto/sha1.h \
crypto/ripemd160.h