barretenberg
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
proof_system::honk::VerifierInstances_< Flavor_, NUM_ > Struct Template Reference

Public Types

using Flavor = Flavor_
 
using VerificationKey = typename Flavor::VerificationKey
 
using Instance = VerifierInstance_< Flavor >
 
using ArrayType = std::array< std::shared_ptr< Instance >, NUM_ >
 

Public Member Functions

std::shared_ptr< Instance > const & operator[] (size_t idx) const
 
ArrayType::iterator begin ()
 
ArrayType::iterator end ()
 

Public Attributes

ArrayType _data
 

Static Public Attributes

static constexpr size_t NUM = NUM_
 
static constexpr size_t BATCHED_EXTENDED_LENGTH = (Flavor::MAX_TOTAL_RELATION_LENGTH - 1 + NUM - 1) * (NUM - 1) + 1
 

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