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

#include <perms_sha256_mem.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_SHA256_MEM_DISPATCH_SHA256"
 
static constexpr std::string_view RELATION_NAME = "sha256_mem"
 
static constexpr size_t COLUMNS_PER_SET = 6
 
static constexpr Column SRC_SELECTOR = Column::execution_sel_execute_sha256_compression
 
static constexpr Column DST_SELECTOR = Column::sha256_start
 
static constexpr Column INVERSES = Column::perm_sha256_mem_dispatch_sha256_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 231 of file perms_sha256_mem.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

constexpr size_t bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::COLUMNS_PER_SET = 6
staticconstexpr

Definition at line 234 of file perms_sha256_mem.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::sha256_execution_clk, ColumnAndShifts::sha256_space_id, ColumnAndShifts::sha256_output_addr,
ColumnAndShifts::sha256_state_addr, ColumnAndShifts::sha256_input_addr, ColumnAndShifts::sha256_err
}

Definition at line 243 of file perms_sha256_mem.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::DST_SELECTOR = Column::sha256_start
staticconstexpr

Definition at line 236 of file perms_sha256_mem.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::INVERSES = Column::perm_sha256_mem_dispatch_sha256_inv
staticconstexpr

Definition at line 237 of file perms_sha256_mem.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::NAME = "PERM_SHA256_MEM_DISPATCH_SHA256"
staticconstexpr

Definition at line 232 of file perms_sha256_mem.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::RELATION_NAME = "sha256_mem"
staticconstexpr

Definition at line 233 of file perms_sha256_mem.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::precomputed_clk, ColumnAndShifts::execution_context_id,
ColumnAndShifts::execution_rop_0_, ColumnAndShifts::execution_rop_1_,
ColumnAndShifts::execution_rop_2_, ColumnAndShifts::execution_sel_opcode_error
}

Definition at line 238 of file perms_sha256_mem.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::perm_sha256_mem_dispatch_sha256_settings_::SRC_SELECTOR = Column::execution_sel_execute_sha256_compression
staticconstexpr

Definition at line 235 of file perms_sha256_mem.hpp.


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