|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "univariate_coefficient_basis.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "univariate.hpp"#include <bitset>#include <gtest/gtest.h>#include "barretenberg/ecc/fields/vector_field.hpp"Go to the source code of this file.
Classes | |
| class | UnivariateCoefficientBasisTest< FF > |
Typedefs | |
| using | FieldTypes = testing::Types< fr > |
Functions | |
| TYPED_TEST_SUITE (UnivariateCoefficientBasisTest, FieldTypes) | |
| TYPED_TEST (UnivariateCoefficientBasisTest, Conversion) | |
| TYPED_TEST (UnivariateCoefficientBasisTest, Addition) | |
| TYPED_TEST (UnivariateCoefficientBasisTest, Multiplication) | |
| TEST (VectorFieldIsZeroBool, AllZeroLanesIsZero) | |
| TEST (VectorFieldIsZeroBool, AllNonZeroLanesIsNotZero) | |
| TEST (VectorFieldIsZeroBool, PartiallyNonZeroLanesIsNotZero) | |
| TEST (UnivariateCoefficientBasisVec, IsZeroFalseWhenSingleLaneIsNonZero) | |
| TEST (UnivariateCoefficientBasisVec, IsZeroTrueOnlyWhenAllLanesZero) | |
| using FieldTypes = testing::Types<fr> |
Definition at line 14 of file univariate_coefficient_basis.test.cpp.
| TEST | ( | UnivariateCoefficientBasisVec | , |
| IsZeroFalseWhenSingleLaneIsNonZero | |||
| ) |
Definition at line 104 of file univariate_coefficient_basis.test.cpp.
| TEST | ( | UnivariateCoefficientBasisVec | , |
| IsZeroTrueOnlyWhenAllLanesZero | |||
| ) |
Definition at line 114 of file univariate_coefficient_basis.test.cpp.
| TEST | ( | VectorFieldIsZeroBool | , |
| AllNonZeroLanesIsNotZero | |||
| ) |
Definition at line 86 of file univariate_coefficient_basis.test.cpp.
| TEST | ( | VectorFieldIsZeroBool | , |
| AllZeroLanesIsZero | |||
| ) |
Definition at line 80 of file univariate_coefficient_basis.test.cpp.
| TEST | ( | VectorFieldIsZeroBool | , |
| PartiallyNonZeroLanesIsNotZero | |||
| ) |
Definition at line 94 of file univariate_coefficient_basis.test.cpp.
| TYPED_TEST | ( | UnivariateCoefficientBasisTest | , |
| Addition | |||
| ) |
Definition at line 28 of file univariate_coefficient_basis.test.cpp.
| TYPED_TEST | ( | UnivariateCoefficientBasisTest | , |
| Conversion | |||
| ) |
Definition at line 17 of file univariate_coefficient_basis.test.cpp.
| TYPED_TEST | ( | UnivariateCoefficientBasisTest | , |
| Multiplication | |||
| ) |
Definition at line 40 of file univariate_coefficient_basis.test.cpp.
| TYPED_TEST_SUITE | ( | UnivariateCoefficientBasisTest | , |
| FieldTypes | |||
| ) |