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

Go to the source code of this file.

Classes

class  ShplonkRecursionTest< Builder >
 

Typedefs

using BuilderTypes = ::testing::Types< UltraCircuitBuilder, MegaCircuitBuilder >
 

Functions

 TYPED_TEST_SUITE (ShplonkRecursionTest, BuilderTypes)
 
 TYPED_TEST (ShplonkRecursionTest, Simple)
 
 TYPED_TEST (ShplonkRecursionTest, LineralyDependent)
 

Typedef Documentation

◆ BuilderTypes

Definition at line 53 of file shplonk.test.cpp.

Function Documentation

◆ TYPED_TEST() [1/2]

TYPED_TEST ( ShplonkRecursionTest  ,
LineralyDependent   
)

Definition at line 98 of file shplonk.test.cpp.

◆ TYPED_TEST() [2/2]

TYPED_TEST ( ShplonkRecursionTest  ,
Simple   
)

Definition at line 56 of file shplonk.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( ShplonkRecursionTest  ,
BuilderTypes   
)