summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-07-11 21:43:15 +0300
committerNiels Möller <nisse@lysator.liu.se>2019-09-15 10:09:16 +0200
commit8a0a625358153724f9e3b8b9c73f4b2d1e8730c6 (patch)
tree11fa8c8a3328c000b68a3f356da9301396e8b80a /Makefile.in
parentee2c0aa8dcdf40901a727c6a44dfa02c8c0039b0 (diff)
downloadnettle-8a0a625358153724f9e3b8b9c73f4b2d1e8730c6.tar.gz
Add HMAC functions for GOSTHASH94 and GOSTHASH94CP
GOST hash functions can be used to generate MAC using HMAC algorithm. Add functions implementing HMAC with GOSTHASH94/GOSTHASH94CP. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 42cbd9f2..07925583 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -104,8 +104,9 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
gcm-camellia256.c gcm-camellia256-meta.c \
cmac.c cmac64.c cmac-aes128.c cmac-aes256.c cmac-des3.c \
gost28147.c gosthash94.c gosthash94-meta.c \
- hmac.c hmac-md5.c hmac-ripemd160.c hmac-sha1.c \
- hmac-sha224.c hmac-sha256.c hmac-sha384.c hmac-sha512.c \
+ hmac.c hmac-gosthash94.c hmac-md5.c hmac-ripemd160.c \
+ hmac-sha1.c hmac-sha224.c hmac-sha256.c hmac-sha384.c \
+ hmac-sha512.c \
knuth-lfib.c hkdf.c \
md2.c md2-meta.c md4.c md4-meta.c \
md5.c md5-compress.c md5-compat.c md5-meta.c \