60 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
61 ColumnAndShifts::execution_register_0_,
62 ColumnAndShifts::execution_contract_address,
63 ColumnAndShifts::execution_register_1_,
64 ColumnAndShifts::execution_prev_public_data_tree_root,
65 ColumnAndShifts::execution_prev_public_data_tree_size,
66 ColumnAndShifts::execution_public_data_tree_root,
67 ColumnAndShifts::execution_public_data_tree_size,
68 ColumnAndShifts::precomputed_clk
70 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
71 ColumnAndShifts::public_data_check_value,
72 ColumnAndShifts::public_data_check_address,
73 ColumnAndShifts::public_data_check_slot,
74 ColumnAndShifts::public_data_check_root,
75 ColumnAndShifts::public_data_check_tree_size_before_write,
76 ColumnAndShifts::public_data_check_write_root,
77 ColumnAndShifts::public_data_check_tree_size_after_write,
78 ColumnAndShifts::public_data_check_clk