diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-07 12:45:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-03 11:29:48 -0500 |
commit | 463e9378df7eaa07a895da34dc10d3c336760f09 (patch) | |
tree | bd5557925c179d438f8c20fe48945b1444cea1af /src/ext/README | |
parent | 095c70b7af571a61970ff8d212828b000c26eea2 (diff) | |
download | tor-463e9378df7eaa07a895da34dc10d3c336760f09.tar.gz tor-463e9378df7eaa07a895da34dc10d3c336760f09.zip |
Update our copy of curve25519-donna-c64.
This now matches upstream at version 59a896970a1ad0a6cd7d0.
(Adam took my patches.)
Diffstat (limited to 'src/ext/README')
-rw-r--r-- | src/ext/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ext/README b/src/ext/README index 8147691a48..cd23f29496 100644 --- a/src/ext/README +++ b/src/ext/README @@ -39,5 +39,4 @@ tor_queue.h curve25519_donna/*.c A copy of Adam Langley's curve25519-donna mostly-portable - implementations of curve25519, with a couple of portability - changes which Adam hasn't merged yet. + implementations of curve25519. |