Add HKDF HMAC_SHA256 L=32 implementations

This commit is contained in:
Jonas Schnelli
2018-08-24 11:10:43 +02:00
parent 3b64f852e4
commit 551d489416
3 changed files with 48 additions and 0 deletions

View File

@@ -342,6 +342,8 @@ crypto_libbitcoin_crypto_base_a_SOURCES = \
crypto/chacha20.h \
crypto/chacha20.cpp \
crypto/common.h \
crypto/hkdf_sha256_32.cpp \
crypto/hkdf_sha256_32.h \
crypto/hmac_sha256.cpp \
crypto/hmac_sha256.h \
crypto/hmac_sha512.cpp \