summaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
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.