|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstddef>#include <gtest/gtest.h>#include "barretenberg/common/assert.hpp"#include "barretenberg/polynomials/polynomial.hpp"Go to the source code of this file.
Functions | |
| TEST (Polynomial, Shifted) | |
| TEST (Polynomial, Reversed) | |
| TEST (Polynomial, Share) | |
| TEST (Polynomial, Indices) | |
| TEST (Polynomial, EvaluateMleSingleCoefficientEmptyPoints) | |
| TEST (Polynomial, FullPreservesCoefficients) | |
| TEST (Polynomial, AddScaledEdgeConditions) | |
| TEST (Polynomial, OperatorAddEdgeConditions) | |
| TEST (Polynomial, OperatorSubtractEdgeConditions) | |
| TEST (Polynomial, Full) | |
| TEST (Polynomial, RandomStartIndexExceedsSizeAsserts) | |
| TEST (Polynomial, ShrinkEndIndexBelowStartIndexAsserts) | |
| TEST | ( | Polynomial | , |
| AddScaledEdgeConditions | |||
| ) |
Definition at line 133 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| EvaluateMleSingleCoefficientEmptyPoints | |||
| ) |
Definition at line 100 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Full | |||
| ) |
Definition at line 209 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| FullPreservesCoefficients | |||
| ) |
Definition at line 111 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Indices | |||
| ) |
Definition at line 90 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| OperatorAddEdgeConditions | |||
| ) |
Definition at line 158 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| OperatorSubtractEdgeConditions | |||
| ) |
Definition at line 183 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| RandomStartIndexExceedsSizeAsserts | |||
| ) |
Definition at line 231 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Reversed | |||
| ) |
Definition at line 33 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Share | |||
| ) |
Definition at line 61 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Shifted | |||
| ) |
Definition at line 8 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| ShrinkEndIndexBelowStartIndexAsserts | |||
| ) |
Definition at line 239 of file polynomial.test.cpp.