Ed on bls12 377 bench (#152)

Co-authored-by: mmagician <marcin.gorny.94@protonmail.com>
This commit is contained in:
swasilyev
2023-03-01 19:42:20 +01:00
committed by GitHub
parent 4ab8ba6eb7
commit 5a41d7f27a
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
use ark_algebra_bench_templates::*;
use ark_ed_on_bls12_377::{fq::Fq, fr::Fr, EdwardsProjective as G};
bench!(
Name = "EdOnBls12_377",
Group = G,
ScalarField = Fr,
PrimeBaseField = Fq,
);