3#include "barretenberg/relations/relation_parameters.hpp"
10 using FoldingParameters =
typename Flavor::FoldingParameters;
11 using WitnessCommitments =
typename Flavor::WitnessCommitments;
14 std::shared_ptr<VerificationKey> verification_key;
15 std::vector<FF> public_inputs;
16 size_t pub_inputs_offset = 0;
17 size_t public_input_size;
19 size_t log_instance_size;
22 bool is_accumulator =
false;
23 FoldingParameters folding_parameters;
24 WitnessCommitments witness_commitments;
25 CommitmentLabels commitment_labels;
Definition: verifier_instance.hpp:6
A container for commitment labels.
Definition: goblin_translator.hpp:1022
VerificationKey_< PrecomputedEntities< Commitment > > VerificationKey
The verification key is responsible for storing the the commitments to the precomputed (non-witnessk)...
Definition: goblin_translator.hpp:941
Base class templates for structures that contain data parameterized by the fundamental polynomials of...
Defines particular circuit builder types expected to be used for circuit construction in stdlib and c...
Definition: claim.hpp:6
Container for parameters used by the grand product (permutation, lookup) Honk relations.
Definition: relation_parameters.hpp:12