mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 15:31:34 +01:00
Update to new benchmarking framework (#126)
This commit is contained in:
15
cp6_782/benches/cp6_782.rs
Normal file
15
cp6_782/benches/cp6_782.rs
Normal file
@@ -0,0 +1,15 @@
|
||||
use ark_algebra_bench_templates::*;
|
||||
use ark_cp6_782::{
|
||||
fq::Fq, fq3::Fq3, fq6::Fq6, fr::Fr, g1::G1Projective as G1, g2::G2Projective as G2, CP6_782,
|
||||
};
|
||||
|
||||
bench!(
|
||||
Name = "CP6_782",
|
||||
Pairing = CP6_782,
|
||||
G1 = G1,
|
||||
G2 = G2,
|
||||
ScalarField = Fr,
|
||||
G1BaseField = Fq,
|
||||
G2BaseField = Fq3,
|
||||
TargetField = Fq6,
|
||||
);
|
||||
Reference in New Issue
Block a user