diff --git a/evm/src/keccak/keccak_stark.rs b/evm/src/keccak/keccak_stark.rs index 511e2479..6b90dbc1 100644 --- a/evm/src/keccak/keccak_stark.rs +++ b/evm/src/keccak/keccak_stark.rs @@ -91,7 +91,6 @@ impl, const D: usize> KeccakStark { } } } - rows[round] = rows[round - 1].clone(); self.generate_trace_rows_for_round(&mut rows[round], round); } @@ -318,8 +317,8 @@ impl, const D: usize> Stark for KeccakStark