|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <claim_batcher.hpp>
Public Attributes | |
| std::vector< RefVector< Commitment > > | commitments_groups |
| RefVector< Fr > | evaluations |
| std::vector< Fr > | scalars_pos |
| std::vector< Fr > | scalars_neg |
| Fr | shplonk_denominator |
Definition at line 38 of file claim_batcher.hpp.
| std::vector<RefVector<Commitment> > bb::ClaimBatcher_< Curve >::InterleavedBatch::commitments_groups |
Definition at line 39 of file claim_batcher.hpp.
| RefVector<Fr> bb::ClaimBatcher_< Curve >::InterleavedBatch::evaluations |
Definition at line 40 of file claim_batcher.hpp.
| std::vector<Fr> bb::ClaimBatcher_< Curve >::InterleavedBatch::scalars_neg |
Definition at line 42 of file claim_batcher.hpp.
| std::vector<Fr> bb::ClaimBatcher_< Curve >::InterleavedBatch::scalars_pos |
Definition at line 41 of file claim_batcher.hpp.
| Fr bb::ClaimBatcher_< Curve >::InterleavedBatch::shplonk_denominator |
Definition at line 43 of file claim_batcher.hpp.