|
|
@ -30,4 +30,4 @@ f_bench!(Fq, Fq, FqRepr, FqRepr, fq); |
|
|
|
f_bench!(Fr, Fr, FqRepr, FqRepr, fr);
|
|
|
|
pairing_bench!(MNT4_298, Fq4);
|
|
|
|
|
|
|
|
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq2, fq4, pairing);
|
|
|
|
bencher::benchmark_main!(fq, fr, fq2, fq4, g1::group_ops, g2::group_ops, pairing);
|