Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
avm2_recursion_constraint.test.cpp File Reference

Go to the source code of this file.

Classes

struct  InnerCircuitData
 
class  AcirAvm2RecursionConstraint
 

Functions

 TEST_F (AcirAvm2RecursionConstraint, TestBasicSingleAvm2RecursionConstraint)
 
 TEST_F (AcirAvm2RecursionConstraint, TestGenerateVKFromConstraintsWithoutWitness)
 Ensure that an AVM2 recursive verifier circuit VK can be constructed from a corresponding acir program without a witness.
 

Function Documentation

◆ TEST_F() [1/2]

TEST_F ( AcirAvm2RecursionConstraint  ,
TestBasicSingleAvm2RecursionConstraint   
)

Definition at line 109 of file avm2_recursion_constraint.test.cpp.

◆ TEST_F() [2/2]

TEST_F ( AcirAvm2RecursionConstraint  ,
TestGenerateVKFromConstraintsWithoutWitness   
)

Ensure that an AVM2 recursive verifier circuit VK can be constructed from a corresponding acir program without a witness.

This is the logic required, for example, to write the VK of the public base circuit without knowledge of a particular satisfying witness.

Definition at line 142 of file avm2_recursion_constraint.test.cpp.