Skip to content

Commit

Permalink
k=22 for evm
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Sep 19, 2023
1 parent fae8b30 commit 18d549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightclient-circuits/tests/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ fn test_step_evm_verify(
#[exclude("deneb*")]
path: PathBuf,
) {
const K: usize = 20;
const K: usize = 22;
let spectre_args = read_test_files_and_gen_witness(path);

let (params, pk, break_points) = SyncStepCircuit::<Minimal, bn256::Fr>::setup(K, None);
Expand Down

0 comments on commit 18d549d

Please sign in to comment.