Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::PrecomputedData_< Polynomial, NUM_PRECOMPUTED_ENTITIES > Struct Template Reference

The precomputed data needed to compute a Honk VK. More...

#include <flavor.hpp>

Public Attributes

RefArray< Polynomial, NUM_PRECOMPUTED_ENTITIES > polynomials
 
MetaData metadata
 

Detailed Description

template<typename Polynomial, size_t NUM_PRECOMPUTED_ENTITIES>
struct bb::PrecomputedData_< Polynomial, NUM_PRECOMPUTED_ENTITIES >

The precomputed data needed to compute a Honk VK.

Definition at line 138 of file flavor.hpp.

Member Data Documentation

◆ metadata

template<typename Polynomial , size_t NUM_PRECOMPUTED_ENTITIES>
MetaData bb::PrecomputedData_< Polynomial, NUM_PRECOMPUTED_ENTITIES >::metadata

Definition at line 140 of file flavor.hpp.

◆ polynomials

template<typename Polynomial , size_t NUM_PRECOMPUTED_ENTITIES>
RefArray<Polynomial, NUM_PRECOMPUTED_ENTITIES> bb::PrecomputedData_< Polynomial, NUM_PRECOMPUTED_ENTITIES >::polynomials

Definition at line 139 of file flavor.hpp.


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