summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNicolas Mora <git@babelouest.org>2021-05-23 21:04:58 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-05-23 21:06:32 +0200
commit0145efbcb7a4feefab0789d4470c185c44055da6 (patch)
treefcc5f2b285f356ef85a48065542cd286c73717e6 /Makefile.in
parent3b1bb7cb3178f5123f1b047690a49f7c32b36daf (diff)
downloadnettle-0145efbcb7a4feefab0789d4470c185c44055da6.tar.gz
Implement aes key wrap and key unwrap (RFC 3394)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0ace35f7..e63c3da0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,6 +84,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
aes192-meta.c \
aes256-set-encrypt-key.c aes256-set-decrypt-key.c \
aes256-meta.c \
+ nist-keywrap.c \
arcfour.c arcfour-crypt.c \
arctwo.c arctwo-meta.c blowfish.c blowfish-bcrypt.c \
base16-encode.c base16-decode.c base16-meta.c \
@@ -236,7 +237,7 @@ HEADERS = aes.h arcfour.h arctwo.h asn1.h blowfish.h \
pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h \
salsa20.h sexp.h \
serpent.h sha.h sha1.h sha2.h sha3.h streebog.h twofish.h \
- umac.h yarrow.h xts.h poly1305.h
+ umac.h yarrow.h xts.h poly1305.h nist-keywrap.h
INSTALL_HEADERS = $(HEADERS) version.h @IF_MINI_GMP@ mini-gmp.h