boringssl/crypto/curve25519
Adam Langley 4fb0dc4b03 Add X25519 and Ed25519 support.
(Ed25519 support is disabled when |OPENSSL_SMALL| is defined.)

libcrypto.a sizes:

x86-64 -O3 -march=native: +78012 (1584902 → 1662914)
x86-64 -O3 -march=native -DOPENSSL_SMALL: +10596 (1356206 → 1366802)
Android armv7 Thumb -O2 -DOPENSSL_SMALL: +13132 (1258462 → 1271594)

Change-Id: I6a7e64d481e4ce4daa7d5057578081358746cfb9
Reviewed-on: https://boringssl-review.googlesource.com/6497
Reviewed-by: Adam Langley <agl@google.com>
2015-11-17 21:56:12 +00:00
..
CMakeLists.txt Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00:00
curve25519.c Add X25519 and Ed25519 support. 2015-11-17 21:56:12 +00: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