Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::ClaimBatcher_< Curve >::InterleavedBatch Struct Reference

#include <claim_batcher.hpp>

Public Attributes

std::vector< RefVector< Commitment > > commitments_groups
 
RefVector< Frevaluations
 
std::vector< Frscalars_pos
 
std::vector< Frscalars_neg
 
Fr shplonk_denominator
 

Detailed Description

template<typename Curve>
struct bb::ClaimBatcher_< Curve >::InterleavedBatch

Definition at line 37 of file claim_batcher.hpp.

Member Data Documentation

◆ commitments_groups

template<typename Curve >
std::vector<RefVector<Commitment> > bb::ClaimBatcher_< Curve >::InterleavedBatch::commitments_groups

Definition at line 38 of file claim_batcher.hpp.

◆ evaluations

template<typename Curve >
RefVector<Fr> bb::ClaimBatcher_< Curve >::InterleavedBatch::evaluations

Definition at line 39 of file claim_batcher.hpp.

◆ scalars_neg

template<typename Curve >
std::vector<Fr> bb::ClaimBatcher_< Curve >::InterleavedBatch::scalars_neg

Definition at line 41 of file claim_batcher.hpp.

◆ scalars_pos

template<typename Curve >
std::vector<Fr> bb::ClaimBatcher_< Curve >::InterleavedBatch::scalars_pos

Definition at line 40 of file claim_batcher.hpp.

◆ shplonk_denominator

template<typename Curve >
Fr bb::ClaimBatcher_< Curve >::InterleavedBatch::shplonk_denominator

Definition at line 42 of file claim_batcher.hpp.


The documentation for this struct was generated from the following file: