boringssl/crypto/ec
Adam Langley 993fde5162 Simplify ec_GFp_simple_points_make_affine.
Replace the tree-like structure by a linear approach, with fewer special
cases to handle value 0.

(Imported from upstream's d5213519c0ed87c71136084e7e843a4125ecc024.)

Change-Id: Icdd4815066bdbab0d2c0020db6a8cacc49b3d82a
Reviewed-on: https://boringssl-review.googlesource.com/1400
Reviewed-by: Adam Langley <agl@google.com>
2014-08-05 21:22:38 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
ec_asn1.c ec: recognise known parameters when written in full. 2014-07-19 00:03:13 +00:00
ec_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
ec_key.c Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 2014-07-18 23:35:04 +00:00
ec_montgomery.c Inital import. 2014-06-20 13:17:32 -07:00
ec.c "EC_POINT_invert" was checking "dbl" function pointer instead of "invert". 2014-07-28 17:05:14 -07:00
example_mul.c Inital import. 2014-06-20 13:17:32 -07:00
internal.h ec: recognise known parameters when written in full. 2014-07-19 00:03:13 +00:00
oct.c Inital import. 2014-06-20 13:17:32 -07:00
simple.c Simplify ec_GFp_simple_points_make_affine. 2014-08-05 21:22:38 +00:00
wnaf.c Inital import. 2014-06-20 13:17:32 -07:00