From f06966023a4000de24feebaa2ca8438abb10c16c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Dec 2012 22:17:12 -0500 Subject: 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. --- src/ext/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ext/README') 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. -- cgit v1.2.3-54-g00ecf