|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "sumcheck_round.hpp"#include "barretenberg/common/tuple.hpp"#include "barretenberg/flavor/ultra_flavor.hpp"#include "barretenberg/relations/utils.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Functions | |
| TEST (SumcheckRound, SumcheckTupleOfTuplesOfUnivariates) | |
| Test SumcheckRound functions for operations on tuples (and tuples of tuples) of Univariates. | |
| TEST (SumcheckRound, TuplesOfEvaluationArrays) | |
| Test utility functions for applying operations to tuple of std::arrays of field elements. | |
| TEST (SumcheckRound, AddTuplesOfTuplesOfUnivariates) | |
| Test utility functions for adding two tuples of tuples of Univariates. | |
| TEST | ( | SumcheckRound | , |
| AddTuplesOfTuplesOfUnivariates | |||
| ) |
Test utility functions for adding two tuples of tuples of Univariates.
Definition at line 103 of file sumcheck_round.test.cpp.
| TEST | ( | SumcheckRound | , |
| SumcheckTupleOfTuplesOfUnivariates | |||
| ) |
Test SumcheckRound functions for operations on tuples (and tuples of tuples) of Univariates.
Definition at line 14 of file sumcheck_round.test.cpp.
| TEST | ( | SumcheckRound | , |
| TuplesOfEvaluationArrays | |||
| ) |
Test utility functions for applying operations to tuple of std::arrays of field elements.
Definition at line 65 of file sumcheck_round.test.cpp.