From 87ba033cd57e57e10a19ca77005c8c740ae70181 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 29 Sep 2013 13:30:24 -0400 Subject: 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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index de1eb04694..df94237921 100644 --- a/.gitignore +++ b/.gitignore @@ -134,6 +134,10 @@ /src/config/torrc /src/config/torrc.sample +# /src/ext/ +/src/ext/ed25519/ref10/libed25519_ref10.a +/src/ext/ed25519/ref10/libed25519_ref10.lib + # /src/or/ /src/or/Makefile /src/or/Makefile.in -- cgit v1.2.3-54-g00ecf