boringssl/crypto/ec
Adam Langley 8c3c3135a2 Remove scoped_types.h.
This change scatters the contents of the two scoped_types.h files into
the headers for each of the areas of the code. The types are now in the
|bssl| namespace.

Change-Id: I802b8de68fba4786b6a0ac1bacd11d81d5842423
Reviewed-on: https://boringssl-review.googlesource.com/8731
Reviewed-by: Adam Langley <agl@google.com>
2016-07-11 23:08:27 +00:00
..
asm Switch perlasm calling convention. 2016-06-27 21:59:26 +00:00
CMakeLists.txt
ec_asn1.c Decouple crypto/ec from the OID table. 2016-03-31 22:12:09 +00:00
ec_key.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
ec_montgomery.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
ec_test.cc Remove scoped_types.h. 2016-07-11 23:08:27 +00:00
ec.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
example_mul.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
internal.h Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
oct.c Require compressed x EC coordinate to be a field element. 2016-03-11 19:13:20 +00:00
p224-64.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
p256-64.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
p256-x86_64-table.h
p256-x86_64.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
simple.c Move & rename |ec_GFp_simple_point_get_affine_coordinates|. 2016-03-28 17:21:32 +00:00
util-64.c Remove unused code for multiple-point ECC multiplication. 2016-03-09 19:47:19 +00:00
wnaf.c