Update pre9
This commit is contained in:
@@ -2071,7 +2071,7 @@ int ec_GFp_nistp521_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
|
||||
goto err;
|
||||
BN_bin2bn(nistp521_curve_params[3], sizeof(felem_bytearray), x);
|
||||
BN_bin2bn(nistp521_curve_params[4], sizeof(felem_bytearray), y);
|
||||
if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx))
|
||||
if (!EC_POINT_set_affine_coordinates(group, generator, x, y, ctx))
|
||||
goto err;
|
||||
if ((pre = nistp521_pre_comp_new()) == NULL)
|
||||
goto err;
|
||||
|
||||
Reference in New Issue
Block a user