Skip to content

Commit

Permalink
fix(MSM - #366): add to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jun 28, 2024
1 parent 136f0fd commit c63e6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[
("tests/math_elliptic_curves/t_ec_shortw_prj_g1_msm.nim", false),
("tests/math_elliptic_curves/t_ec_shortw_jac_g1_msm.nim", false),
("tests/math_elliptic_curves/t_ec_twedw_prj_msm.nim", false),
("tests/math_elliptic_curves/t_ec_shortw_jac_g2_msm_bug_366.nim", false),

# Subgroups and cofactors
# ----------------------------------------------------------
Expand Down

0 comments on commit c63e6f0

Please sign in to comment.