Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::stdlib::straus_plookup_table< Builder >::PrecomputedData Struct Reference

Precomputed data for two-phase construction. Contains all data computed without builder access. More...

#include <straus_plookup_table.hpp>

Public Attributes

std::vector< AffineElementnative_table
 
plookup::BasicTable basic_table
 

Detailed Description

template<typename Builder>
struct bb::stdlib::straus_plookup_table< Builder >::PrecomputedData

Precomputed data for two-phase construction. Contains all data computed without builder access.

Definition at line 43 of file straus_plookup_table.hpp.

Member Data Documentation

◆ basic_table

template<typename Builder >
plookup::BasicTable bb::stdlib::straus_plookup_table< Builder >::PrecomputedData::basic_table

Definition at line 45 of file straus_plookup_table.hpp.

◆ native_table

template<typename Builder >
std::vector<AffineElement> bb::stdlib::straus_plookup_table< Builder >::PrecomputedData::native_table

Definition at line 44 of file straus_plookup_table.hpp.


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