mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-11 00:11:37 +01:00
Add benchmarks for secp256k1
This commit is contained in:
committed by
Pratyush Mishra
parent
3668338023
commit
d5447dec42
9
secp256k1/benches/secp256k1.rs
Normal file
9
secp256k1/benches/secp256k1.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use ark_algebra_bench_templates::*;
|
||||
use ark_secp256k1::{fq::Fq, fr::Fr, Projective as G};
|
||||
|
||||
bench!(
|
||||
Name = "Secp256k1",
|
||||
Group = G,
|
||||
ScalarField = Fr,
|
||||
PrimeBaseField = Fq,
|
||||
);
|
||||
Reference in New Issue
Block a user