Skip to content

Commit

Permalink
Merge branch 'zkvm/keccak/lookup-table' into zkvm/keccak/pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
querolita committed Oct 26, 2023
2 parents 6811593 + 748ccdd commit bb528b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kimchi/src/tests/keccak.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit bb528b7

Please sign in to comment.