Skip to content

Commit

Permalink
decrease iterations for mnt4-753
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Jan 27, 2024
1 parent ef9e3fe commit 54db402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions curves/mnt4_753/src/curves/tests.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::*;
use ark_algebra_test_templates::*;

test_group!(g1; G1Projective; sw);
test_group!(g2; G2Projective; sw);
test_group!(pairing_output; ark_ec::pairing::PairingOutput<MNT4_753>; msm);
test_group!(100; g1; G1Projective; sw);
test_group!(100; g2; G2Projective; sw);
test_group!(100; pairing_output; ark_ec::pairing::PairingOutput<MNT4_753>; msm);
test_pairing!(pairing; crate::MNT4_753);
8 changes: 4 additions & 4 deletions curves/mnt4_753/src/fields/tests.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::*;
use ark_algebra_test_templates::*;

test_field!(fr; Fr; mont_prime_field);
test_field!(fq; Fq; mont_prime_field);
test_field!(fq2; Fq2);
test_field!(fq4; Fq4);
test_field!(200; fr; Fr; mont_prime_field);
test_field!(200; fq; Fq; mont_prime_field);
test_field!(200; fq2; Fq2);
test_field!(200; fq4; Fq4);

0 comments on commit 54db402

Please sign in to comment.