Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <merge_verifier.hpp>
Public Attributes | |
TableCommitments | t_commitments |
TableCommitments | T_prev_commitments |
Commitments used by the verifier to run the verification algorithm. They contain:
t_commitments
: the subtable commitments data, containing the commitments to t_j read from the transcript by the PG verifier with which the Merge verifier shares a transcriptT_prev_commitments
: the commitments to the full op_queue table after the previous iteration of merge Definition at line 43 of file merge_verifier.hpp.
TableCommitments bb::MergeVerifier::InputCommitments::t_commitments |
Definition at line 44 of file merge_verifier.hpp.
TableCommitments bb::MergeVerifier::InputCommitments::T_prev_commitments |
Definition at line 45 of file merge_verifier.hpp.