summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-10-20 21:46:05 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-10-20 21:46:05 +0200
commit451ec8e0a63bcf02dacfb87d46d0965efbb3f327 (patch)
tree64934b29c5f9c75be77d70e996350f1a86963dd1 /Makefile.in
parentb645d8924b2163f2a4c417948d599ef3ae5a3ae3 (diff)
downloadnettle-451ec8e0a63bcf02dacfb87d46d0965efbb3f327.tar.gz
Implemented high level functions for ed25519-sha512.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7006211e..19269af9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -178,6 +178,7 @@ hogweed_SOURCES = sexp.c sexp-format.c \
curve25519-mul-g.c curve25519-mul.c curve25519-eh-to-x.c \
eddsa-compress.c eddsa-decompress.c eddsa-expand.c \
eddsa-hash.c eddsa-sign.c eddsa-verify.c \
+ ed25519-sha512-sign.c ed25519-sha512-verify.c \
$(OPT_HOGWEED_SOURCES)
HEADERS = aes.h arcfour.h arctwo.h asn1.h blowfish.h \