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

#include <emit_notehash.hpp>

Inheritance diagram for bb::avm2::emit_notehash< FF >:
bb::Relation< emit_notehashImpl< FF > > bb::avm2::emit_notehashImpl< FF >

Static Public Member Functions

static std::string get_subrelation_label (size_t index)
 
- Static Public Member Functions inherited from bb::avm2::emit_notehashImpl< 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 = "emit_notehash"
 
static constexpr size_t SR_MAX_NOTE_HASHES_REACHED = 1
 
static constexpr size_t SR_OPCODE_ERROR_IF_MAX_NOTE_HASHES_REACHED_OR_STATIC = 2
 
static constexpr size_t SR_EMIT_NOTEHASH_TREE_ROOT_NOT_CHANGED = 4
 
static constexpr size_t SR_EMIT_NOTEHASH_TREE_SIZE_INCREASE = 5
 
static constexpr size_t SR_EMIT_NOTEHASH_NUM_NOTE_HASHES_EMITTED_INCREASE = 6
 
- Static Public Attributes inherited from bb::Relation< emit_notehashImpl< 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::emit_notehashImpl< FF >
static constexpr std::array< size_t, 7 > SUBRELATION_PARTIAL_LENGTHS
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 33 of file emit_notehash.hpp.

Member Function Documentation

◆ get_subrelation_label()

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

Definition at line 37 of file emit_notehash.hpp.

Member Data Documentation

◆ NAME

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

Definition at line 35 of file emit_notehash.hpp.

◆ SR_EMIT_NOTEHASH_NUM_NOTE_HASHES_EMITTED_INCREASE

template<typename FF >
constexpr size_t bb::avm2::emit_notehash< FF >::SR_EMIT_NOTEHASH_NUM_NOTE_HASHES_EMITTED_INCREASE = 6
staticconstexpr

Definition at line 59 of file emit_notehash.hpp.

◆ SR_EMIT_NOTEHASH_TREE_ROOT_NOT_CHANGED

template<typename FF >
constexpr size_t bb::avm2::emit_notehash< FF >::SR_EMIT_NOTEHASH_TREE_ROOT_NOT_CHANGED = 4
staticconstexpr

Definition at line 57 of file emit_notehash.hpp.

◆ SR_EMIT_NOTEHASH_TREE_SIZE_INCREASE

template<typename FF >
constexpr size_t bb::avm2::emit_notehash< FF >::SR_EMIT_NOTEHASH_TREE_SIZE_INCREASE = 5
staticconstexpr

Definition at line 58 of file emit_notehash.hpp.

◆ SR_MAX_NOTE_HASHES_REACHED

template<typename FF >
constexpr size_t bb::avm2::emit_notehash< FF >::SR_MAX_NOTE_HASHES_REACHED = 1
staticconstexpr

Definition at line 55 of file emit_notehash.hpp.

◆ SR_OPCODE_ERROR_IF_MAX_NOTE_HASHES_REACHED_OR_STATIC

template<typename FF >
constexpr size_t bb::avm2::emit_notehash< FF >::SR_OPCODE_ERROR_IF_MAX_NOTE_HASHES_REACHED_OR_STATIC = 2
staticconstexpr

Definition at line 56 of file emit_notehash.hpp.


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