diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-29 13:30:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-25 15:08:20 -0400 |
commit | 87ba033cd57e57e10a19ca77005c8c740ae70181 (patch) | |
tree | 4700d55f3f8dfb68e3502fb19c669d7fe5b66de1 /.gitignore | |
parent | b2acd3580c8c129771cdcc1f0ab2bbfcaffbdefb (diff) | |
download | tor-87ba033cd57e57e10a19ca77005c8c740ae70181.tar.gz tor-87ba033cd57e57e10a19ca77005c8c740ae70181.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |