|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <proof_structures.hpp>
Public Types | |
| using | Base = StructuredProofHelper< Flavor > |
| using | Commitment = typename Flavor::Commitment |
| using | FF = typename Flavor::FF |
| using | ProofData = typename Transcript::Proof |
Public Types inherited from bb::StructuredProofHelper< Flavor > | |
| using | FF = typename Flavor::FF |
| using | Commitment = typename Flavor::Commitment |
| using | Transcript = typename Flavor::Transcript |
| using | Codec = typename Transcript::Codec |
| using | ProofData = typename Transcript::Proof |
Public Member Functions | |
| void | deserialize (ProofData &proof_data, size_t num_public_inputs, size_t log_n) |
| void | serialize (ProofData &proof_data, size_t log_n) const |
Public Attributes | |
| std::vector< FF > | public_inputs |
| Commitment | w_l_comm |
| Commitment | w_r_comm |
| Commitment | w_o_comm |
| Commitment | lookup_read_counts_comm |
| Commitment | lookup_read_tags_comm |
| Commitment | w_4_comm |
| Commitment | z_perm_comm |
| Commitment | lookup_inverses_comm |
| std::vector< bb::Univariate< FF, BATCHED_RELATION_PARTIAL_LENGTH > > | sumcheck_univariates |
| std::array< FF, NUM_ALL_ENTITIES > | sumcheck_evaluations |
| std::vector< Commitment > | gemini_fold_comms |
| std::vector< FF > | gemini_fold_evals |
| Commitment | shplonk_q_comm |
| Commitment | kzg_w_comm |
Static Public Attributes | |
| static constexpr size_t | BATCHED_RELATION_PARTIAL_LENGTH |
| static constexpr size_t | NUM_ALL_ENTITIES |
Static Public Attributes inherited from bb::StructuredProofHelper< Flavor > | |
| static constexpr size_t | BATCHED_RELATION_PARTIAL_LENGTH = Flavor::BATCHED_RELATION_PARTIAL_LENGTH |
| static constexpr size_t | NUM_ALL_ENTITIES = Flavor::NUM_ALL_ENTITIES |
Protected Member Functions | |
| void | clear_vectors () |
| void | deserialize_ultra_witness_comms (const ProofData &proof_data, size_t &offset) |
| void | serialize_ultra_witness_comms (ProofData &proof_data) const |
| void | deserialize_sumcheck (const ProofData &proof_data, size_t &offset, size_t log_n) |
| void | serialize_sumcheck (ProofData &proof_data, size_t log_n) const |
| void | deserialize_pcs (const ProofData &proof_data, size_t &offset, size_t log_n) |
| void | serialize_pcs (ProofData &proof_data, size_t log_n) const |
Additional Inherited Members | |
Static Protected Member Functions inherited from bb::StructuredProofHelper< Flavor > | |
| template<typename T > | |
| static T | deserialize_from_buffer (const ProofData &proof_data, size_t &offset) |
| template<typename T > | |
| static void | serialize_to_buffer (const T &element, ProofData &proof_data) |
Definition at line 61 of file proof_structures.hpp.
| using bb::UltraStructuredProofBase< Flavor >::Base = StructuredProofHelper<Flavor> |
Definition at line 62 of file proof_structures.hpp.
| using bb::StructuredProofHelper< Flavor >::Commitment = typename Flavor::Commitment |
Definition at line 34 of file proof_structures.hpp.
| using bb::StructuredProofHelper< Flavor >::FF = typename Flavor::FF |
Definition at line 33 of file proof_structures.hpp.
| using bb::StructuredProofHelper< Flavor >::ProofData = typename Transcript::Proof |
Definition at line 37 of file proof_structures.hpp.
|
inlineprotected |
Definition at line 87 of file proof_structures.hpp.
|
inline |
Definition at line 169 of file proof_structures.hpp.
|
inlineprotected |
Definition at line 143 of file proof_structures.hpp.
|
inlineprotected |
Definition at line 122 of file proof_structures.hpp.
|
inlineprotected |
Definition at line 96 of file proof_structures.hpp.
|
inline |
Definition at line 182 of file proof_structures.hpp.
|
inlineprotected |
Definition at line 156 of file proof_structures.hpp.
|
inlineprotected |
Definition at line 134 of file proof_structures.hpp.
|
inlineprotected |
Definition at line 109 of file proof_structures.hpp.
|
staticconstexpr |
Definition at line 38 of file proof_structures.hpp.
| std::vector<Commitment> bb::UltraStructuredProofBase< Flavor >::gemini_fold_comms |
Definition at line 81 of file proof_structures.hpp.
| std::vector<FF> bb::UltraStructuredProofBase< Flavor >::gemini_fold_evals |
Definition at line 82 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::kzg_w_comm |
Definition at line 84 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::lookup_inverses_comm |
Definition at line 78 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::lookup_read_counts_comm |
Definition at line 74 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::lookup_read_tags_comm |
Definition at line 75 of file proof_structures.hpp.
|
staticconstexpr |
Definition at line 39 of file proof_structures.hpp.
| std::vector<FF> bb::UltraStructuredProofBase< Flavor >::public_inputs |
Definition at line 70 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::shplonk_q_comm |
Definition at line 83 of file proof_structures.hpp.
| std::array<FF, NUM_ALL_ENTITIES> bb::UltraStructuredProofBase< Flavor >::sumcheck_evaluations |
Definition at line 80 of file proof_structures.hpp.
| std::vector<bb::Univariate<FF, BATCHED_RELATION_PARTIAL_LENGTH> > bb::UltraStructuredProofBase< Flavor >::sumcheck_univariates |
Definition at line 79 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::w_4_comm |
Definition at line 76 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::w_l_comm |
Definition at line 71 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::w_o_comm |
Definition at line 73 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::w_r_comm |
Definition at line 72 of file proof_structures.hpp.
| Commitment bb::UltraStructuredProofBase< Flavor >::z_perm_comm |
Definition at line 77 of file proof_structures.hpp.