boringssl/crypto/ec
David Benjamin f13444a5ad Use different bit tricks to extend the LSB.
C gets grumpy when you shift into a sign bit. Replace it with a different bit
trick.

BUG=chromium:603502

Change-Id: Ia4cc2e2d68675528b7c0155882ff4d6230df482b
Reviewed-on: https://boringssl-review.googlesource.com/7740
Reviewed-by: Adam Langley <agl@google.com>
2016-04-25 23:05:20 +00:00
..
asm
CMakeLists.txt
ec_asn1.c Decouple crypto/ec from the OID table. 2016-03-31 22:12:09 +00:00
ec_key.c
ec_montgomery.c Use only Montgomery math in |ec_GFp_mont_point_get_affine_coordinates|. 2016-04-20 22:51:34 +00:00
ec_test.cc
ec.c Decouple crypto/ec from the OID table. 2016-03-31 22:12:09 +00:00
example_mul.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
internal.h Decouple crypto/ec from the OID table. 2016-03-31 22:12:09 +00:00
oct.c
p224-64.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
p256-64.c Use different bit tricks to extend the LSB. 2016-04-25 23:05:20 +00:00
p256-x86_64-table.h
p256-x86_64.c Save one call to |ecp_nistz256_from_mont| in |ecp_nistz256_get_affine|. 2016-04-20 22:58:36 +00:00
simple.c Move & rename |ec_GFp_simple_point_get_affine_coordinates|. 2016-03-28 17:21:32 +00:00
util-64.c
wnaf.c