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

#include <lookups_to_radix.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_TO_RADIX_LIMB_RANGE"
 
static constexpr std::string_view RELATION_NAME = "to_radix"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 1
 
static constexpr Column SRC_SELECTOR = Column::to_radix_sel
 
static constexpr Column DST_SELECTOR = Column::precomputed_sel_range_8
 
static constexpr Column COUNTS = Column::lookup_to_radix_limb_range_counts
 
static constexpr Column INVERSES = Column::lookup_to_radix_limb_range_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS = { ColumnAndShifts::to_radix_limb }
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS = { ColumnAndShifts::precomputed_clk }
 

Detailed Description

Definition at line 16 of file lookups_to_radix.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_to_radix_limb_range_settings_::COUNTS = Column::lookup_to_radix_limb_range_counts
staticconstexpr

Definition at line 22 of file lookups_to_radix.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_to_radix_limb_range_settings_::DST_COLUMNS = { ColumnAndShifts::precomputed_clk }
staticconstexpr

Definition at line 25 of file lookups_to_radix.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_to_radix_limb_range_settings_::DST_SELECTOR = Column::precomputed_sel_range_8
staticconstexpr

Definition at line 21 of file lookups_to_radix.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_to_radix_limb_range_settings_::INVERSES = Column::lookup_to_radix_limb_range_inv
staticconstexpr

Definition at line 23 of file lookups_to_radix.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_to_radix_limb_range_settings_::LOOKUP_TUPLE_SIZE = 1
staticconstexpr

Definition at line 19 of file lookups_to_radix.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_to_radix_limb_range_settings_::NAME = "LOOKUP_TO_RADIX_LIMB_RANGE"
staticconstexpr

Definition at line 17 of file lookups_to_radix.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_to_radix_limb_range_settings_::RELATION_NAME = "to_radix"
staticconstexpr

Definition at line 18 of file lookups_to_radix.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_to_radix_limb_range_settings_::SRC_COLUMNS = { ColumnAndShifts::to_radix_limb }
staticconstexpr

Definition at line 24 of file lookups_to_radix.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_to_radix_limb_range_settings_::SRC_SELECTOR = Column::to_radix_sel
staticconstexpr

Definition at line 20 of file lookups_to_radix.hpp.


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