boringssl/crypto/ec
Adam Langley ad6b28e974 Add 64-bit, P-256 implementation.
This is taken from upstream, although it originally came from us. This
will only take effect on 64-bit systems (x86-64 and aarch64).

Before:

Did 1496 ECDH P-256 operations in 1038743us (1440.2 ops/sec)
Did 2783 ECDSA P-256 signing operations in 1081006us (2574.5 ops/sec)
Did 2400 ECDSA P-256 verify operations in 1059508us (2265.2 ops/sec)

After:

Did 4147 ECDH P-256 operations in 1061723us (3905.9 ops/sec)
Did 9372 ECDSA P-256 signing operations in 1040589us (9006.4 ops/sec)
Did 4114 ECDSA P-256 verify operations in 1063478us (3868.4 ops/sec)

Change-Id: I11fabb03239cc3a7c4a97325ed4e4c97421f91a9
2015-04-16 13:53:05 -07:00
..
CMakeLists.txt Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
ec_asn1.c Fix a failure to NULL a pointer freed on error. 2015-03-19 19:50:32 +00:00
ec_key.c Remove hash table lookups from ex_data. 2015-04-15 23:59:35 +00:00
ec_montgomery.c Simplify ec_group_st on the assumption it is used for GF(p) only. 2015-04-13 20:53:20 +00:00
ec_test.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
ec.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
oct.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
p256-64.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
simple.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
util-64.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
wnaf.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00