diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-03 22:17:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-02 14:10:48 -0500 |
commit | f06966023a4000de24feebaa2ca8438abb10c16c (patch) | |
tree | d2ae361517e6a74f95d3e3f8648f3fb8a79da869 /src/ext/README | |
parent | c85bb680ccaece2d327d46fe9e4bd4be2c3bfb60 (diff) | |
download | tor-f06966023a4000de24feebaa2ca8438abb10c16c.tar.gz tor-f06966023a4000de24feebaa2ca8438abb10c16c.zip |
curve25519-donna-c64: work on bigendian and alignment-happy systems
There was one place in curve25519-donna-c64 that was relying on
unaligned access and relying on little-endian values. This patch
fixes that.
I've sent Adam a pull request.
Diffstat (limited to 'src/ext/README')
-rw-r--r-- | src/ext/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/README b/src/ext/README index cd23f29496..8147691a48 100644 --- a/src/ext/README +++ b/src/ext/README @@ -39,4 +39,5 @@ tor_queue.h curve25519_donna/*.c A copy of Adam Langley's curve25519-donna mostly-portable - implementations of curve25519. + implementations of curve25519, with a couple of portability + changes which Adam hasn't merged yet. |