Skip to content

Commit

Permalink
test: add GT multiexp to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Nov 28, 2024
1 parent b2e9b38 commit 4ba5512
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 @@ -572,6 +572,7 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[

("tests/math_pairings/t_pairing_bn254_snarks_gt_exp.nim", false),
("tests/math_pairings/t_pairing_bls12_381_gt_exp.nim", false),
("tests/math_pairings/t_pairing_bls12_381_gt_multiexp.nim", false),

# Multi-Pairing
# ----------------------------------------------------------
Expand Down

0 comments on commit 4ba5512

Please sign in to comment.