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

#include <to_radix.hpp>

Inheritance diagram for bb::avm2::to_radix< FF >:
bb::Relation< to_radixImpl< FF > > bb::avm2::to_radixImpl< FF >

Static Public Member Functions

static std::string get_subrelation_label (size_t index)
 
- Static Public Member Functions inherited from bb::avm2::to_radixImpl< 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 = "to_radix"
 
static constexpr size_t SR_SEL_ON_START_OR_END = 4
 
static constexpr size_t SR_TRACE_CONTINUITY = 5
 
static constexpr size_t SR_START_AFTER_LATCH = 6
 
static constexpr size_t SR_OVERFLOW_CHECK = 33
 
static constexpr size_t SR_RADIX_CONTINUITY = 34
 
static constexpr size_t SR_VALUE_CONTINUITY = 35
 
static constexpr size_t SR_SAFE_LIMBS_CONTINUITY = 36
 
- Static Public Attributes inherited from bb::Relation< to_radixImpl< FF > >
static constexpr size_t RELATION_LENGTH
 
- Static Public Attributes inherited from bb::avm2::to_radixImpl< FF >
static constexpr std::array< size_t, 37 > SUBRELATION_PARTIAL_LENGTHS
 

Additional Inherited Members

- Public Types inherited from bb::Relation< to_radixImpl< FF > >
using FF = typename RelationImpl::FF
 
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::to_radixImpl< FF >
using FF = FF
 

Detailed Description

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

Definition at line 35 of file to_radix.hpp.

Member Function Documentation

◆ get_subrelation_label()

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

Definition at line 48 of file to_radix.hpp.

Member Data Documentation

◆ NAME

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

Definition at line 37 of file to_radix.hpp.

◆ SR_OVERFLOW_CHECK

template<typename FF >
constexpr size_t bb::avm2::to_radix< FF >::SR_OVERFLOW_CHECK = 33
staticconstexpr

Definition at line 43 of file to_radix.hpp.

◆ SR_RADIX_CONTINUITY

template<typename FF >
constexpr size_t bb::avm2::to_radix< FF >::SR_RADIX_CONTINUITY = 34
staticconstexpr

Definition at line 44 of file to_radix.hpp.

◆ SR_SAFE_LIMBS_CONTINUITY

template<typename FF >
constexpr size_t bb::avm2::to_radix< FF >::SR_SAFE_LIMBS_CONTINUITY = 36
staticconstexpr

Definition at line 46 of file to_radix.hpp.

◆ SR_SEL_ON_START_OR_END

template<typename FF >
constexpr size_t bb::avm2::to_radix< FF >::SR_SEL_ON_START_OR_END = 4
staticconstexpr

Definition at line 40 of file to_radix.hpp.

◆ SR_START_AFTER_LATCH

template<typename FF >
constexpr size_t bb::avm2::to_radix< FF >::SR_START_AFTER_LATCH = 6
staticconstexpr

Definition at line 42 of file to_radix.hpp.

◆ SR_TRACE_CONTINUITY

template<typename FF >
constexpr size_t bb::avm2::to_radix< FF >::SR_TRACE_CONTINUITY = 5
staticconstexpr

Definition at line 41 of file to_radix.hpp.

◆ SR_VALUE_CONTINUITY

template<typename FF >
constexpr size_t bb::avm2::to_radix< FF >::SR_VALUE_CONTINUITY = 35
staticconstexpr

Definition at line 45 of file to_radix.hpp.


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