diff --git a/kimchi/src/tests/keccak.rs b/kimchi/src/tests/keccak.rs index a409fca9d7..dc74a87ab3 100644 --- a/kimchi/src/tests/keccak.rs +++ b/kimchi/src/tests/keccak.rs @@ -5,8 +5,8 @@ use crate::{ constraints::ConstraintSystem, gate::{CircuitGate, GateType}, polynomials::keccak::{ - collapse, compose, decompose, expand, pad, reset, shift, - witness::extend_keccak_witness, KECCAK_COLS, QUARTERS, + collapse, compose, decompose, expand, reset, shift, witness::extend_keccak_witness, + KECCAK_COLS, QUARTERS, }, wires::Wire, },