|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <commitment_key.hpp>
Public Member Functions | |
| std::vector< Commitment > | commit_and_send_to_verifier (auto transcript) |
| void | add_to_batch (Polynomial< Fr > &poly, const std::string &label, bool has_duplicates_hint=false, uint32_t measured_duplicate_count=0) |
Public Attributes | |
| CommitmentKey * | key |
| RefVector< Polynomial< Fr > > | wires |
| std::vector< std::string > | labels |
| std::vector< uint32_t > | dedup_infos |
Definition at line 129 of file commitment_key.hpp.
|
inline |
Definition at line 146 of file commitment_key.hpp.
|
inline |
Definition at line 137 of file commitment_key.hpp.
| std::vector<uint32_t> bb::CommitmentKey< Curve >::CommitBatch::dedup_infos |
Definition at line 135 of file commitment_key.hpp.
| CommitmentKey* bb::CommitmentKey< Curve >::CommitBatch::key |
Definition at line 130 of file commitment_key.hpp.
| std::vector<std::string> bb::CommitmentKey< Curve >::CommitBatch::labels |
Definition at line 132 of file commitment_key.hpp.
| RefVector<Polynomial<Fr> > bb::CommitmentKey< Curve >::CommitBatch::wires |
Definition at line 131 of file commitment_key.hpp.