Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions barretenberg/cpp/pil/vm2/bc_decomposition.pil
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ last_of_contract * (1 - last_of_contract) = 0;
// If the TX uses several bytecodes, they should go one after the other in this column.
pol commit bytes;
// This constrains that the bytes are in the range 0 to 255.
// #[LOOKUP_BYTECODE_BYTES]
// sel { bytes } in precomputed.sel_u8 { precomputed.clk }
#[LOOKUP_BYTECODE_BYTES_ARE_BYTES]
sel { bytes } in precomputed.sel_range_8 { precomputed.clk };

// These are helper columns that will be used for bytecode decomposition.
pol commit bytes_pc_plus_1, bytes_pc_plus_2, bytes_pc_plus_3, bytes_pc_plus_4, bytes_pc_plus_5,
Expand Down
Loading