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

#include <perms_tx.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_TX_READ_CALLDATA_HASH"
 
static constexpr std::string_view RELATION_NAME = "tx"
 
static constexpr size_t COLUMNS_PER_SET = 3
 
static constexpr Column SRC_SELECTOR = Column::tx_should_process_call_request
 
static constexpr Column DST_SELECTOR = Column::calldata_hashing_latch
 
static constexpr Column INVERSES = Column::perm_tx_read_calldata_hash_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 16 of file perms_tx.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

constexpr size_t bb::avm2::perm_tx_read_calldata_hash_settings_::COLUMNS_PER_SET = 3
staticconstexpr

Definition at line 19 of file perms_tx.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_tx_read_calldata_hash_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::calldata_hashing_output_hash,
ColumnAndShifts::calldata_hashing_calldata_size,
ColumnAndShifts::calldata_hashing_context_id
}

Definition at line 26 of file perms_tx.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::perm_tx_read_calldata_hash_settings_::DST_SELECTOR = Column::calldata_hashing_latch
staticconstexpr

Definition at line 21 of file perms_tx.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_tx_read_calldata_hash_settings_::INVERSES = Column::perm_tx_read_calldata_hash_inv
staticconstexpr

Definition at line 22 of file perms_tx.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_tx_read_calldata_hash_settings_::NAME = "PERM_TX_READ_CALLDATA_HASH"
staticconstexpr

Definition at line 17 of file perms_tx.hpp.

◆ RELATION_NAME

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

Definition at line 18 of file perms_tx.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_tx_read_calldata_hash_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= { ColumnAndShifts::tx_calldata_hash,
ColumnAndShifts::tx_calldata_size,
ColumnAndShifts::tx_next_context_id }

Definition at line 23 of file perms_tx.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::perm_tx_read_calldata_hash_settings_::SRC_SELECTOR = Column::tx_should_process_call_request
staticconstexpr

Definition at line 20 of file perms_tx.hpp.


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