Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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) | |
TYPED_TEST | ( | PartialEvaluationTests | , |
ThreeRoundsGeneric | |||
) |
Definition at line 220 of file partial_evaluation.test.cpp.
TYPED_TEST | ( | PartialEvaluationTests | , |
ThreeRoundsGenericMultiplePolys | |||
) |
Definition at line 282 of file partial_evaluation.test.cpp.
TYPED_TEST | ( | PartialEvaluationTests | , |
ThreeRoundsSpecial | |||
) |
Definition at line 158 of file partial_evaluation.test.cpp.
TYPED_TEST | ( | PartialEvaluationTests | , |
TwoRoundsGeneric | |||
) |
Definition at line 91 of file partial_evaluation.test.cpp.
TYPED_TEST | ( | PartialEvaluationTests | , |
TwoRoundsSpecial | |||
) |
Definition at line 43 of file partial_evaluation.test.cpp.
TYPED_TEST_SUITE | ( | PartialEvaluationTests | , |
Flavors | |||
) |