Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
partial_evaluation.test.cpp File Reference
#include "barretenberg/flavor/ultra_flavor.hpp"
#include "barretenberg/sumcheck/sumcheck.hpp"
#include <cstddef>
#include <gtest/gtest.h>

Go to the source code of this file.

Functions

 TYPED_TEST_SUITE (PartialEvaluationTests, Flavors)
 
 TYPED_TEST (PartialEvaluationTests, TwoRoundsSpecial)
 
 TYPED_TEST (PartialEvaluationTests, TwoRoundsGeneric)
 
 TYPED_TEST (PartialEvaluationTests, ThreeRoundsSpecial)
 
 TYPED_TEST (PartialEvaluationTests, ThreeRoundsGeneric)
 
 TYPED_TEST (PartialEvaluationTests, ThreeRoundsGenericMultiplePolys)
 

Function Documentation

◆ TYPED_TEST() [1/5]

TYPED_TEST ( PartialEvaluationTests  ,
ThreeRoundsGeneric   
)

Definition at line 220 of file partial_evaluation.test.cpp.

◆ TYPED_TEST() [2/5]

TYPED_TEST ( PartialEvaluationTests  ,
ThreeRoundsGenericMultiplePolys   
)

Definition at line 282 of file partial_evaluation.test.cpp.

◆ TYPED_TEST() [3/5]

TYPED_TEST ( PartialEvaluationTests  ,
ThreeRoundsSpecial   
)

Definition at line 158 of file partial_evaluation.test.cpp.

◆ TYPED_TEST() [4/5]

TYPED_TEST ( PartialEvaluationTests  ,
TwoRoundsGeneric   
)

Definition at line 91 of file partial_evaluation.test.cpp.

◆ TYPED_TEST() [5/5]

TYPED_TEST ( PartialEvaluationTests  ,
TwoRoundsSpecial   
)

Definition at line 43 of file partial_evaluation.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( PartialEvaluationTests  ,
Flavors   
)