Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::bc_decomposition< FF > Class Template Reference

#include <bc_decomposition.hpp>

Inheritance diagram for bb::avm2::bc_decomposition< FF >:
bb::Relation< bc_decompositionImpl< FF > > bb::avm2::bc_decompositionImpl< FF >

Static Public Member Functions

static std::string get_subrelation_label (size_t index)
 
- Static Public Member Functions inherited from bb::avm2::bc_decompositionImpl< FF >
static bool skip (const AllEntities &in)
 
static void accumulate (ContainerOverSubrelations &evals, const AllEntities &in, const RelationParameters< FF > &, const FF &scaling_factor)
 

Static Public Attributes

static constexpr const std::string_view NAME = "bc_decomposition"
 
static constexpr size_t SR_BC_DEC_SEL_BYTES_REM_NON_ZERO = 2
 
static constexpr size_t SR_TRACE_CONTINUITY = 3
 
static constexpr size_t SR_BC_DEC_LAST_CONTRACT_BYTES_REM_ONE = 4
 
static constexpr size_t SR_BC_DEC_PC_ZERO_INITIALIZATION = 5
 
static constexpr size_t SR_BC_DEC_PC_INCREMENT = 6
 
static constexpr size_t SR_BC_DEC_BYTES_REMAINING_DECREMENT = 7
 
static constexpr size_t SR_BC_DEC_ID_CONSTANT = 8
 
static constexpr size_t SR_IS_WINDOWS_EQ_REMAINING = 11
 
static constexpr size_t SR_SEL_WINDOWS_GT_REMAINING_INIT = 12
 
static constexpr size_t SR_SEL_WINDOWS_GT_REMAINING_PROPAGATION = 13
 
static constexpr size_t SR_SET_BYTES_TO_READ = 14
 
static constexpr size_t SR_SEL_TOGGLED_AT_PACKED = 52
 
static constexpr size_t SR_BC_DECOMPOSITION_REPACKING = 53
 
- Static Public Attributes inherited from bb::Relation< bc_decompositionImpl< FF > >
static constexpr std::array< size_t, RelationImpl::SUBRELATION_PARTIAL_LENGTHS.size()> SUBRELATION_TOTAL_LENGTHS
 
static constexpr size_t RELATION_LENGTH
 
static constexpr size_t TOTAL_RELATION_LENGTH
 
- Static Public Attributes inherited from bb::avm2::bc_decompositionImpl< FF >
static constexpr std::array< size_t, 54 > SUBRELATION_PARTIAL_LENGTHS
 

Additional Inherited Members

- Public Types inherited from bb::Relation< bc_decompositionImpl< FF > >
using FF = typename RelationImpl::FF
 
using ProtogalaxyTupleOfUnivariatesOverSubrelationsNoOptimisticSkipping = TupleOfUnivariates< FF, compute_composed_subrelation_partial_lengths< NUM_KEYS >(SUBRELATION_TOTAL_LENGTHS)>
 
using ProtogalaxyTupleOfUnivariatesOverSubrelations = TupleOfUnivariatesWithOptimisticSkipping< FF, compute_composed_subrelation_partial_lengths< NUM_KEYS >(SUBRELATION_TOTAL_LENGTHS), NUM_KEYS - 1 >
 
using SumcheckTupleOfUnivariatesOverSubrelations = TupleOfUnivariates< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS >
 
using SumcheckArrayOfValuesOverSubrelations = ArrayOfValues< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS >
 
using UnivariateAccumulator0 = std::tuple_element_t< 0, SumcheckTupleOfUnivariatesOverSubrelations >
 
using ValueAccumulator0 = std::tuple_element_t< 0, SumcheckArrayOfValuesOverSubrelations >
 
- Public Types inherited from bb::avm2::bc_decompositionImpl< FF >
using FF = FF
 

Detailed Description

template<typename FF>
class bb::avm2::bc_decomposition< FF >

Definition at line 36 of file bc_decomposition.hpp.

Member Function Documentation

◆ get_subrelation_label()

template<typename FF >
static std::string bb::avm2::bc_decomposition< FF >::get_subrelation_label ( size_t  index)
inlinestatic

Definition at line 40 of file bc_decomposition.hpp.

Member Data Documentation

◆ NAME

template<typename FF >
constexpr const std::string_view bb::avm2::bc_decomposition< FF >::NAME = "bc_decomposition"
staticconstexpr

Definition at line 38 of file bc_decomposition.hpp.

◆ SR_BC_DEC_BYTES_REMAINING_DECREMENT

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_BC_DEC_BYTES_REMAINING_DECREMENT = 7
staticconstexpr

Definition at line 79 of file bc_decomposition.hpp.

◆ SR_BC_DEC_ID_CONSTANT

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_BC_DEC_ID_CONSTANT = 8
staticconstexpr

Definition at line 80 of file bc_decomposition.hpp.

◆ SR_BC_DEC_LAST_CONTRACT_BYTES_REM_ONE

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_BC_DEC_LAST_CONTRACT_BYTES_REM_ONE = 4
staticconstexpr

Definition at line 76 of file bc_decomposition.hpp.

◆ SR_BC_DEC_PC_INCREMENT

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_BC_DEC_PC_INCREMENT = 6
staticconstexpr

Definition at line 78 of file bc_decomposition.hpp.

◆ SR_BC_DEC_PC_ZERO_INITIALIZATION

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_BC_DEC_PC_ZERO_INITIALIZATION = 5
staticconstexpr

Definition at line 77 of file bc_decomposition.hpp.

◆ SR_BC_DEC_SEL_BYTES_REM_NON_ZERO

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_BC_DEC_SEL_BYTES_REM_NON_ZERO = 2
staticconstexpr

Definition at line 74 of file bc_decomposition.hpp.

◆ SR_BC_DECOMPOSITION_REPACKING

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_BC_DECOMPOSITION_REPACKING = 53
staticconstexpr

Definition at line 86 of file bc_decomposition.hpp.

◆ SR_IS_WINDOWS_EQ_REMAINING

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_IS_WINDOWS_EQ_REMAINING = 11
staticconstexpr

Definition at line 81 of file bc_decomposition.hpp.

◆ SR_SEL_TOGGLED_AT_PACKED

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_SEL_TOGGLED_AT_PACKED = 52
staticconstexpr

Definition at line 85 of file bc_decomposition.hpp.

◆ SR_SEL_WINDOWS_GT_REMAINING_INIT

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_SEL_WINDOWS_GT_REMAINING_INIT = 12
staticconstexpr

Definition at line 82 of file bc_decomposition.hpp.

◆ SR_SEL_WINDOWS_GT_REMAINING_PROPAGATION

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_SEL_WINDOWS_GT_REMAINING_PROPAGATION = 13
staticconstexpr

Definition at line 83 of file bc_decomposition.hpp.

◆ SR_SET_BYTES_TO_READ

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_SET_BYTES_TO_READ = 14
staticconstexpr

Definition at line 84 of file bc_decomposition.hpp.

◆ SR_TRACE_CONTINUITY

template<typename FF >
constexpr size_t bb::avm2::bc_decomposition< FF >::SR_TRACE_CONTINUITY = 3
staticconstexpr

Definition at line 75 of file bc_decomposition.hpp.


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