Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::BatchMergeVerifier_< Curve, MaxMergeSize >::ReductionResult Struct Reference

Result of batch merge verification. More...

#include <batch_merge_verifier.hpp>

Public Attributes

PairingPoints pairing_points
 
TableCommitments merged_commitments
 
bool reduction_succeeded = false
 

Detailed Description

template<typename Curve, size_t MaxMergeSize>
struct bb::BatchMergeVerifier_< Curve, MaxMergeSize >::ReductionResult

Result of batch merge verification.

Definition at line 53 of file batch_merge_verifier.hpp.

Member Data Documentation

◆ merged_commitments

template<typename Curve , size_t MaxMergeSize>
TableCommitments bb::BatchMergeVerifier_< Curve, MaxMergeSize >::ReductionResult::merged_commitments

Definition at line 55 of file batch_merge_verifier.hpp.

◆ pairing_points

template<typename Curve , size_t MaxMergeSize>
PairingPoints bb::BatchMergeVerifier_< Curve, MaxMergeSize >::ReductionResult::pairing_points

Definition at line 54 of file batch_merge_verifier.hpp.

◆ reduction_succeeded

template<typename Curve , size_t MaxMergeSize>
bool bb::BatchMergeVerifier_< Curve, MaxMergeSize >::ReductionResult::reduction_succeeded = false

Definition at line 56 of file batch_merge_verifier.hpp.


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