Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::MergeTranscriptTests Class Reference

Test class for merge protocol transcript pinning tests. More...

Inheritance diagram for bb::MergeTranscriptTests:

Static Public Member Functions

static void SetUpTestSuite ()
 
static TranscriptManifest construct_merge_manifest ()
 Construct the expected manifest for a Merge protocol proof.
 

Detailed Description

Test class for merge protocol transcript pinning tests.

Tests only native merge protocol (not recursive) to ensure transcript stability

Definition at line 524 of file merge.test.cpp.

Member Function Documentation

◆ construct_merge_manifest()

static TranscriptManifest bb::MergeTranscriptTests::construct_merge_manifest ( )
inlinestatic

Construct the expected manifest for a Merge protocol proof.

This defines the expected transcript structure. Tests warn if prover/verifier deviates from this.

Note
Entries consist of a name string and size (in bb::frs), NOT actual data.
Returns
TranscriptManifest

Definition at line 534 of file merge.test.cpp.

◆ SetUpTestSuite()

static void bb::MergeTranscriptTests::SetUpTestSuite ( )
inlinestatic

Definition at line 526 of file merge.test.cpp.


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