Skip to content

Commit

Permalink
workaround #448: missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 31, 2024
1 parent 2220302 commit a55345a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/math_elliptic_curves/t_ec_shortw_jac_g1_add_double.nim
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ run_EC_addition_tests(
moduleName = "test_ec_shortweierstrass_jacobian_g1_add_double_" & $BN254_Snarks
)

run_EC_addition_tests(
ec = EC_ShortW_Jac[Fp[Secp256k1], G1],
Iters = Iters,
moduleName = "test_ec_shortweierstrass_jacobian_g1_add_double_" & $Secp256k1
)
# run_EC_addition_tests(
# ec = EC_ShortW_Jac[Fp[Secp256k1], G1],
# Iters = Iters,
# moduleName = "test_ec_shortweierstrass_jacobian_g1_add_double_" & $Secp256k1
# )

run_EC_addition_tests(
ec = EC_ShortW_Jac[Fp[BLS12_381], G1],
Expand Down

0 comments on commit a55345a

Please sign in to comment.