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

Go to the source code of this file.

Macros

#define IPA_TEST
 

Functions

 TEST_F (IPARecursiveTests, RecursiveSmall)
 Tests IPA recursion with polynomial of length 4.
 
 TEST_F (IPARecursiveTests, RecursiveMedium)
 Tests IPA recursion with polynomial of length 1024.
 
 TEST_F (IPARecursiveTests, RecursiveLarge)
 Tests IPA recursion with polynomial of length 1<<CONST_ECCVM_LOG_N.
 
 TEST_F (IPARecursiveTests, AccumulateSmall)
 Test accumulation with polynomials of length 4.
 
 TEST_F (IPARecursiveTests, AccumulateMedium)
 Test accumulation with polynomials of length 1024.
 
 TEST_F (IPARecursiveTests, FullRecursiveVerifier)
 
 TEST_F (IPARecursiveTests, AccumulationAndFullRecursiveVerifier)
 

Macro Definition Documentation

◆ IPA_TEST

#define IPA_TEST

Definition at line 143 of file ipa_recursive.test.cpp.

Function Documentation

◆ TEST_F() [1/7]

TEST_F ( IPARecursiveTests  ,
AccumulateMedium   
)

Test accumulation with polynomials of length 1024.

More details in test_accumulation

Definition at line 189 of file ipa_recursive.test.cpp.

◆ TEST_F() [2/7]

TEST_F ( IPARecursiveTests  ,
AccumulateSmall   
)

Test accumulation with polynomials of length 4.

More details in test_accumulation

Definition at line 179 of file ipa_recursive.test.cpp.

◆ TEST_F() [3/7]

TEST_F ( IPARecursiveTests  ,
AccumulationAndFullRecursiveVerifier   
)

Definition at line 216 of file ipa_recursive.test.cpp.

◆ TEST_F() [4/7]

TEST_F ( IPARecursiveTests  ,
FullRecursiveVerifier   
)

Definition at line 195 of file ipa_recursive.test.cpp.

◆ TEST_F() [5/7]

TEST_F ( IPARecursiveTests  ,
RecursiveLarge   
)

Tests IPA recursion with polynomial of length 1<<CONST_ECCVM_LOG_N.

More details in test_recursive_ipa

Definition at line 169 of file ipa_recursive.test.cpp.

◆ TEST_F() [6/7]

TEST_F ( IPARecursiveTests  ,
RecursiveMedium   
)

Tests IPA recursion with polynomial of length 1024.

More details in test_recursive_ipa

Definition at line 159 of file ipa_recursive.test.cpp.

◆ TEST_F() [7/7]

TEST_F ( IPARecursiveTests  ,
RecursiveSmall   
)

Tests IPA recursion with polynomial of length 4.

More details in test_recursive_ipa

Definition at line 149 of file ipa_recursive.test.cpp.