|
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, size_t max_batch_size=std::numeric_limits< size_t >::max()) |
| void | add_to_batch (Polynomial< Fr > &poly, const std::string &label, const Polynomial< Fr > *tail=nullptr) |
Public Attributes | |
| CommitmentKey * | key |
| RefVector< Polynomial< Fr > > | wires |
| std::vector< std::string > | labels |
| std::vector< const Polynomial< Fr > * > | tail_polys |
Definition at line 137 of file commitment_key.hpp.
|
inline |
Definition at line 159 of file commitment_key.hpp.
|
inline |
Definition at line 143 of file commitment_key.hpp.
| CommitmentKey* bb::CommitmentKey< Curve >::CommitBatch::key |
Definition at line 138 of file commitment_key.hpp.
| std::vector<std::string> bb::CommitmentKey< Curve >::CommitBatch::labels |
Definition at line 140 of file commitment_key.hpp.
| std::vector<const Polynomial<Fr>*> bb::CommitmentKey< Curve >::CommitBatch::tail_polys |
Definition at line 141 of file commitment_key.hpp.
| RefVector<Polynomial<Fr> > bb::CommitmentKey< Curve >::CommitBatch::wires |
Definition at line 139 of file commitment_key.hpp.