Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::lookup_tx_read_phase_table_settings_ Struct Reference

#include <lookups_tx.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_TX_READ_PHASE_TABLE"
 
static constexpr std::string_view RELATION_NAME = "tx"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 19
 
static constexpr Column SRC_SELECTOR = Column::tx_start_phase
 
static constexpr Column DST_SELECTOR = Column::precomputed_sel_phase
 
static constexpr Column COUNTS = Column::lookup_tx_read_phase_table_counts
 
static constexpr Column INVERSES = Column::lookup_tx_read_phase_table_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 16 of file lookups_tx.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_tx_read_phase_table_settings_::COUNTS = Column::lookup_tx_read_phase_table_counts
staticconstexpr

Definition at line 22 of file lookups_tx.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_tx_read_phase_table_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::precomputed_phase_value,
ColumnAndShifts::precomputed_is_public_call_request_phase,
ColumnAndShifts::precomputed_sel_collect_fee,
ColumnAndShifts::precomputed_sel_tree_padding,
ColumnAndShifts::precomputed_sel_cleanup,
ColumnAndShifts::precomputed_is_revertible,
ColumnAndShifts::precomputed_read_public_input_offset,
ColumnAndShifts::precomputed_read_public_input_length_offset,
ColumnAndShifts::precomputed_sel_non_revertible_append_note_hash,
ColumnAndShifts::precomputed_sel_non_revertible_append_nullifier,
ColumnAndShifts::precomputed_sel_non_revertible_append_l2_l1_msg,
ColumnAndShifts::precomputed_sel_revertible_append_note_hash,
ColumnAndShifts::precomputed_sel_revertible_append_nullifier,
ColumnAndShifts::precomputed_sel_revertible_append_l2_l1_msg,
ColumnAndShifts::precomputed_sel_can_emit_note_hash,
ColumnAndShifts::precomputed_sel_can_emit_nullifier,
ColumnAndShifts::precomputed_sel_can_write_public_data,
ColumnAndShifts::precomputed_sel_can_emit_unencrypted_log,
ColumnAndShifts::precomputed_sel_can_emit_l2_l1_msg
}

Definition at line 45 of file lookups_tx.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_tx_read_phase_table_settings_::DST_SELECTOR = Column::precomputed_sel_phase
staticconstexpr

Definition at line 21 of file lookups_tx.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_tx_read_phase_table_settings_::INVERSES = Column::lookup_tx_read_phase_table_inv
staticconstexpr

Definition at line 23 of file lookups_tx.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_tx_read_phase_table_settings_::LOOKUP_TUPLE_SIZE = 19
staticconstexpr

Definition at line 19 of file lookups_tx.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_tx_read_phase_table_settings_::NAME = "LOOKUP_TX_READ_PHASE_TABLE"
staticconstexpr

Definition at line 17 of file lookups_tx.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_tx_read_phase_table_settings_::RELATION_NAME = "tx"
staticconstexpr

Definition at line 18 of file lookups_tx.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_tx_read_phase_table_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::tx_phase_value,
ColumnAndShifts::tx_is_public_call_request,
ColumnAndShifts::tx_is_collect_fee,
ColumnAndShifts::tx_is_tree_padding,
ColumnAndShifts::tx_is_cleanup,
ColumnAndShifts::tx_is_revertible,
ColumnAndShifts::tx_read_pi_offset,
ColumnAndShifts::tx_read_pi_length_offset,
ColumnAndShifts::tx_sel_non_revertible_append_note_hash,
ColumnAndShifts::tx_sel_non_revertible_append_nullifier,
ColumnAndShifts::tx_sel_non_revertible_append_l2_l1_msg,
ColumnAndShifts::tx_sel_revertible_append_note_hash,
ColumnAndShifts::tx_sel_revertible_append_nullifier,
ColumnAndShifts::tx_sel_revertible_append_l2_l1_msg,
ColumnAndShifts::tx_sel_can_emit_note_hash,
ColumnAndShifts::tx_sel_can_emit_nullifier,
ColumnAndShifts::tx_sel_can_write_public_data,
ColumnAndShifts::tx_sel_can_emit_unencrypted_log,
ColumnAndShifts::tx_sel_can_emit_l2_l1_msg
}

Definition at line 24 of file lookups_tx.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_tx_read_phase_table_settings_::SRC_SELECTOR = Column::tx_start_phase
staticconstexpr

Definition at line 20 of file lookups_tx.hpp.


The documentation for this struct was generated from the following file: