Skip to content

Commit e078867

Browse files
committed
remove one
1 parent f0791dc commit e078867

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/benchmarks/bigcurve_benchmarks.nr

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ comptime fn make_bench(m: Module, params: Quoted) -> Quoted {
5555
$BigCurve::mul(a, b)
5656
}
5757

58-
#[export]
59-
fn $one_bench_name() -> $typ {
60-
$BigCurve::one()
61-
}
62-
6358
#[export]
6459
fn $hash_to_curve_bench_name(a: [u8; 10]) -> $typ {
6560
$BigCurve::hash_to_curve(a)

0 commit comments

Comments
 (0)