Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <flavor.hpp>
Public Types | |
using | FF = typename Polynomial::FF |
![]() | |
using | DataType = DataType_ |
Public Member Functions | |
DEFINE_COMPOUND_GET_ALL (PrecomputedEntities< Polynomial >, WitnessEntities< Polynomial >) | |
ProvingKey () | |
auto | get_witness_polynomials () |
auto | get_precomputed_polynomials () |
auto | get_selectors () |
auto | get_to_be_shifted () |
![]() | |
auto | get_wires () |
auto | get_derived () |
Public Attributes | |
size_t | circuit_size = MAX_AVM_TRACE_SIZE |
size_t | log_circuit_size = MAX_AVM_TRACE_LOG_SIZE |
CommitmentKey | commitment_key |
std::vector< FF > | public_inputs |
Additional Inherited Members | |
![]() | |
static const auto & | get_wires_labels () |
static const auto & | get_derived_labels () |
Definition at line 218 of file flavor.hpp.
using bb::avm2::AvmFlavor::ProvingKey::FF = typename Polynomial::FF |
Definition at line 220 of file flavor.hpp.
bb::avm2::AvmFlavor::ProvingKey::ProvingKey | ( | ) |
Definition at line 95 of file flavor.cpp.
bb::avm2::AvmFlavor::ProvingKey::DEFINE_COMPOUND_GET_ALL | ( | PrecomputedEntities< Polynomial > | , |
WitnessEntities< Polynomial > | |||
) |
|
inline |
Definition at line 235 of file flavor.hpp.
|
inline |
Definition at line 236 of file flavor.hpp.
|
inline |
Definition at line 237 of file flavor.hpp.
|
inline |
Definition at line 234 of file flavor.hpp.
size_t bb::avm2::AvmFlavor::ProvingKey::circuit_size = MAX_AVM_TRACE_SIZE |
Definition at line 223 of file flavor.hpp.
CommitmentKey bb::avm2::AvmFlavor::ProvingKey::commitment_key |
Definition at line 228 of file flavor.hpp.
size_t bb::avm2::AvmFlavor::ProvingKey::log_circuit_size = MAX_AVM_TRACE_LOG_SIZE |
Definition at line 224 of file flavor.hpp.
std::vector<FF> bb::avm2::AvmFlavor::ProvingKey::public_inputs |
Definition at line 232 of file flavor.hpp.