Skip to content

Commit

Permalink
Add missing PI bytes component (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy authored Apr 1, 2024
1 parent 094450f commit 15cfd66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zkevm-circuits/src/pi_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,8 @@ impl<F: Field> PiCircuitConfig<F> {
/// | | next_state_root | |
/// | ASSIGN | withdraw_trie_root | |
/// | PI | data_hash | |
/// | BYTES |------------------------|--------------------------|
/// | BYTES | chunk_txbytes_hash | |
/// | |------------------------|--------------------------|
/// | | rlc(pi_bytes) | <- q_keccak == 1 |
/// |----------|------------------------|--------------------------|
/// | *PART 4* | rpi initialise | |
Expand Down

0 comments on commit 15cfd66

Please sign in to comment.