aeb088ac09
Fix handling of points at infinity in ec_GFp_simple_points_make_affine. When inverting an array of Z coordinates, the algorithm is supposed to treat any 0 essentially like a 1 to remain in the multiplicative group; however, for one of the cases, we incorrectly multiplied by 0 and thus ended up with garbage. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ec_asn1.c | ||
ec_error.c | ||
ec_key.c | ||
ec_key.h | ||
ec_montgomery.c | ||
ec.c | ||
ec.h | ||
example_mul.c | ||
internal.h | ||
oct.c | ||
simple.c | ||
wnaf.c |