aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-03 14:50:48 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-02 14:10:48 -0500
commit9c3c571c0c51bc11717b795d800b6523ff4ccfd8 (patch)
treeca40541a1c002d8859781c9cf79ae1aeacb504d3 /src/ext/README
parentcfab9f0755e3f7f0b49879ed9771fd2d325051a2 (diff)
downloadtor-9c3c571c0c51bc11717b795d800b6523ff4ccfd8.tar.gz
tor-9c3c571c0c51bc11717b795d800b6523ff4ccfd8.zip
Add fallback implementations for curve25519: curve25519_donna
This is copied from Adam Langley's curve25519-donna package, as of commit 09427c9cab32075c06c3487aa01628030e1c5ae7.
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ext/README b/src/ext/README
index 8c850bef66..cd23f29496 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -36,4 +36,7 @@ tor_queue.h
sys/queue.h, and the ones that do have diverged in incompatible
ways. (CIRCLEQ or no CIRCLEQ? SIMPLQ or STAILQ?)
-
+curve25519_donna/*.c
+
+ A copy of Adam Langley's curve25519-donna mostly-portable
+ implementations of curve25519.