diff options
Diffstat (limited to 'src/ext/README')
-rw-r--r-- | src/ext/README | 5 |
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. |