We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcb442 commit 108980eCopy full SHA for 108980e
1 file changed
benches/perf.rs
@@ -26,7 +26,7 @@ fn apply_permutation_group(vec_a: Vec<G1Affine>, permutation: &Vec<u32>) -> Vec<
26
fn benchmark_shuffle(c: &mut Criterion) {
27
let mut rng = StdRng::seed_from_u64(0u64);
28
29
- let N = 84;
+ let N = 128;
30
let N_BLINDERS = 4;
31
let ell = N - N_BLINDERS;
32
0 commit comments