8#include "../columns.hpp"
17 static constexpr std::string_view
NAME =
"LOOKUP_SEND_L2_TO_L1_MSG_RECIPIENT_CHECK";
22 static constexpr Column COUNTS = Column::lookup_send_l2_to_l1_msg_recipient_check_counts;
23 static constexpr Column INVERSES = Column::lookup_send_l2_to_l1_msg_recipient_check_inv;
24 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
25 ColumnAndShifts::execution_register_0_,
26 ColumnAndShifts::execution_max_eth_address_value,
27 ColumnAndShifts::execution_sel_too_large_recipient_error
29 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = { ColumnAndShifts::ff_gt_a,
30 ColumnAndShifts::ff_gt_b,
31 ColumnAndShifts::ff_gt_result };
36template <
typename FF_>
43 static constexpr std::string_view
NAME =
"LOOKUP_SEND_L2_TO_L1_MSG_WRITE_L2_TO_L1_MSG";
48 static constexpr Column COUNTS = Column::lookup_send_l2_to_l1_msg_write_l2_to_l1_msg_counts;
49 static constexpr Column INVERSES = Column::lookup_send_l2_to_l1_msg_write_l2_to_l1_msg_inv;
50 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
SRC_COLUMNS = {
51 ColumnAndShifts::execution_public_inputs_index,
52 ColumnAndShifts::execution_register_0_,
53 ColumnAndShifts::execution_register_1_,
54 ColumnAndShifts::execution_contract_address
56 static constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE>
DST_COLUMNS = {
57 ColumnAndShifts::precomputed_idx,
58 ColumnAndShifts::public_inputs_cols_0_,
59 ColumnAndShifts::public_inputs_cols_1_,
60 ColumnAndShifts::public_inputs_cols_2_
66template <
typename FF_>
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > SRC_COLUMNS
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > DST_COLUMNS
static constexpr Column DST_SELECTOR
static constexpr size_t LOOKUP_TUPLE_SIZE
static constexpr Column SRC_SELECTOR
static constexpr std::string_view NAME
static constexpr Column INVERSES
static constexpr std::string_view RELATION_NAME
static constexpr Column COUNTS
static constexpr Column COUNTS
static constexpr Column INVERSES
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > DST_COLUMNS
static constexpr std::string_view NAME
static constexpr Column DST_SELECTOR
static constexpr std::string_view RELATION_NAME
static constexpr size_t LOOKUP_TUPLE_SIZE
static constexpr Column SRC_SELECTOR
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZE > SRC_COLUMNS
Settings to be passed ot GenericLookupRelationImpl.