17 static constexpr std::string_view
NAME =
"LOOKUP_BC_DECOMPOSITION_BYTES_ARE_BYTES";
22 static constexpr Column COUNTS = Column::lookup_bc_decomposition_bytes_are_bytes_counts;
23 static constexpr Column INVERSES = Column::lookup_bc_decomposition_bytes_are_bytes_inv;
24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::bc_decomposition_bytes
27 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = { ColumnAndShifts::precomputed_clk };