mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
+3
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user