Add Ed25519 support, wrappers, and tests.

Taken from earlier ed25519 branch based on floodyberry's
ed25519-donna.  Tweaked so that it applies to ref10 instead.
This commit is contained in:
Nick Mathewson
2013-09-29 13:30:24 -04:00
parent b2acd3580c
commit 87ba033cd5
8 changed files with 483 additions and 14 deletions
+3 -1
View File
@@ -77,5 +77,7 @@ ED25519_REF10_HDRS = \
src/ext/ed25519/ref10/sqrtm1.h
noinst_HEADERS += $(ED25519_REF10_HDRS)
noinst_LIBRARIES += src/ext/ed25519/ref10/libed25519_ref10.a
LIBED25519_REF10=src/ext/ed25519/ref10/libed25519_ref10.a
noinst_LIBRARIES += $(LIBED25519_REF10)