diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-08-24 11:10:43 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2019-05-11 09:14:07 +0200 |
commit | 551d489416339dae8f9d896013cd060a21406e2b (patch) | |
tree | feaa935ee4a068218a2559654b11a6338ca4c8ac /src/Makefile.am | |
parent | 3b64f852e400c552f031697d6a86829dc6e74bd6 (diff) |
Add HKDF HMAC_SHA256 L=32 implementations
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bef2c10636..3f3487a37b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ |