Skip to content

Commit

Permalink
set num vars from 12-20
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Nov 10, 2023
1 parent 9f2dce9 commit 7c20bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poly-commit/benches/hyrax_times.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn rand_point_hyrax<F: PrimeField>(num_vars: usize, rng: &mut ChaCha20Rng) -> Ve
(0..num_vars).map(|_| F::rand(rng)).collect()
}

const MIN_NUM_VARS: usize = 10;
const MAX_NUM_VARS: usize = 20;
const MIN_NUM_VARS: usize = 12;
const MAX_NUM_VARS: usize = 22;

bench!(Hyrax254, rand_poly_hyrax, rand_point_hyrax);

0 comments on commit 7c20bff

Please sign in to comment.