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

Result of merge verification. More...

#include <merge_verifier.hpp>

Public Attributes

PairingPoints pairing_points
 
TableCommitments merged_commitments
 
bool degree_check_passed
 
bool concatenation_check_passed
 

Detailed Description

template<typename Curve>
struct bb::MergeVerifier_< Curve >::VerificationResult

Result of merge verification.

Contains pairing points for KZG verification, merged table commitments, and degree check status

Definition at line 59 of file merge_verifier.hpp.

Member Data Documentation

◆ concatenation_check_passed

template<typename Curve >
bool bb::MergeVerifier_< Curve >::VerificationResult::concatenation_check_passed

Definition at line 63 of file merge_verifier.hpp.

◆ degree_check_passed

template<typename Curve >
bool bb::MergeVerifier_< Curve >::VerificationResult::degree_check_passed

Definition at line 62 of file merge_verifier.hpp.

◆ merged_commitments

template<typename Curve >
TableCommitments bb::MergeVerifier_< Curve >::VerificationResult::merged_commitments

Definition at line 61 of file merge_verifier.hpp.

◆ pairing_points

template<typename Curve >
PairingPoints bb::MergeVerifier_< Curve >::VerificationResult::pairing_points

Definition at line 60 of file merge_verifier.hpp.


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