boringssl/crypto/curve25519
Adam Langley 3ac32b1eda Fix curve25519 code for MSVC.
MSVC doesn't like unary minus on unsigned types. Also, the speed test
always failed because the inputs were all zeros and thus had small
order.

Change-Id: Ic2d3c2c9bd57dc66295d93891396871cebac1e0b
2015-11-17 15:15:05 -08:00
..
CMakeLists.txt Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00:00
curve25519.c Fix curve25519 code for MSVC. 2015-11-17 15:15:05 -08:00
ed25519_test.cc Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00:00
ed25519_tests.txt Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00:00
x25519_test.cc Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00:00