boringssl/crypto/curve25519
Adam Langley b1b6229fc8 Add NEON implementation of curve25519.
Nexus 7 goes from 1002.8 ops/sec to 4704.8 at a cost of 10KB of code.
(It'll actually save code if built with -mfpu=neon because then the
generic version can be discarded by the compiler.)

Change-Id: Ia6d02efb2c2d1bb02a07eb56ec4ca3b0dba99382
Reviewed-on: https://boringssl-review.googlesource.com/6524
Reviewed-by: Adam Langley <agl@google.com>
2015-11-19 00:20:38 +00:00
..
asm Add NEON implementation of curve25519. 2015-11-19 00:20:38 +00:00
CMakeLists.txt Add NEON implementation of curve25519. 2015-11-19 00:20:38 +00:00
curve25519.c Add NEON implementation of curve25519. 2015-11-19 00:20:38 +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