Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nyunyunyunyu committed Aug 29, 2023
1 parent 1ed5037 commit eab6c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hashes/zkevm/src/keccak/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ pub struct KeccakCircuitConfig<F> {
// Bool. True on 1st row of last rounds.
q_round_last: Column<Fixed>,
// Bool. True on 1st row of rounds which might contain inputs.
// Note: first NUM_WORDS_TO_ABSORB rounds of each chunk might contain inputs. These rounded are 0 padded.
// Note: first NUM_WORDS_TO_ABSORB rounds of each chunk might contain inputs.
// It "might" contain inputs because it's possible that a round only have paddings.
q_input: Column<Fixed>,
// Bool. True on 1st row of all last input round.
q_input_last: Column<Fixed>,
Expand Down

0 comments on commit eab6c89

Please sign in to comment.