Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 3395fe1

Browse files
committed
default keccak row changed to 20
1 parent 12107b3 commit 3395fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/keccak_circuit/keccak_packed_multi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CHI_BASE_LOOKUP_RANGE: usize = 5;
3939

4040
pub(crate) fn get_num_rows_per_round() -> usize {
4141
var("KECCAK_ROWS")
42-
.unwrap_or_else(|_| "12".to_string())
42+
.unwrap_or_else(|_| "20".to_string())
4343
.parse()
4444
.expect("Cannot parse KECCAK_ROWS env var as usize")
4545
}

0 commit comments

Comments
 (0)