|
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, RightShifted) | |
| TEST (Polynomial, Reversed) | |
| TEST (Polynomial, Share) | |
| TEST (Polynomial, Indices) | |
| TEST (Polynomial, AddScaledEdgeConditions) | |
| TEST (Polynomial, OperatorAddEdgeConditions) | |
| TEST (Polynomial, OperatorSubtractEdgeConditions) | |
| TEST (Polynomial, Full) | |
| TEST (Polynomial, Expand) | |
| TEST | ( | Polynomial | , |
| AddScaledEdgeConditions | |||
| ) |
Definition at line 131 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Expand | |||
| ) |
Definition at line 228 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Full | |||
| ) |
Definition at line 207 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Indices | |||
| ) |
Definition at line 120 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| OperatorAddEdgeConditions | |||
| ) |
Definition at line 156 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| OperatorSubtractEdgeConditions | |||
| ) |
Definition at line 181 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Reversed | |||
| ) |
Definition at line 63 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| RightShifted | |||
| ) |
Definition at line 33 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Share | |||
| ) |
Definition at line 91 of file polynomial.test.cpp.
| TEST | ( | Polynomial | , |
| Shifted | |||
| ) |
Definition at line 8 of file polynomial.test.cpp.