mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-12 08:51:36 +01:00
Add benchmarks for curve25519.
This commit is contained in:
committed by
Pratyush Mishra
parent
d5447dec42
commit
ab9be6d8f4
9
curve25519/benches/curve25519.rs
Normal file
9
curve25519/benches/curve25519.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use ark_algebra_bench_templates::*;
|
||||
use ark_curve25519::{EdwardsProjective as G, Fq, Fr};
|
||||
|
||||
bench!(
|
||||
Name = "Curve25519",
|
||||
Group = G,
|
||||
ScalarField = Fr,
|
||||
PrimeBaseField = Fq,
|
||||
);
|
||||
Reference in New Issue
Block a user