|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/polynomials/shifted_eq_polynomial.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "barretenberg/polynomials/eq_polynomial.hpp"#include "barretenberg/polynomials/polynomial.hpp"#include <array>#include <gtest/gtest.h>#include <span>#include <vector>Go to the source code of this file.
Functions | |
| TEST_F (ShiftedEqPolynomialTest, AddScaledAccumulatesScaledShift) | |
| TEST_F (ShiftedEqPolynomialTest, EvaluateFromEqIsEqAgainstShiftedWitness) | |
| TEST_F (ShiftedEqPolynomialTest, EqFoldMatchesExplicitInnerProduct) | |
| TEST_F (ShiftedEqPolynomialTest, ShiftFoldMatchesExplicitInnerProduct) | |
| TEST_F | ( | ShiftedEqPolynomialTest | , |
| AddScaledAccumulatesScaledShift | |||
| ) |
Definition at line 87 of file shifted_eq_polynomial.test.cpp.
| TEST_F | ( | ShiftedEqPolynomialTest | , |
| EqFoldMatchesExplicitInnerProduct | |||
| ) |
Definition at line 120 of file shifted_eq_polynomial.test.cpp.
| TEST_F | ( | ShiftedEqPolynomialTest | , |
| EvaluateFromEqIsEqAgainstShiftedWitness | |||
| ) |
Definition at line 103 of file shifted_eq_polynomial.test.cpp.
| TEST_F | ( | ShiftedEqPolynomialTest | , |
| ShiftFoldMatchesExplicitInnerProduct | |||
| ) |
Definition at line 132 of file shifted_eq_polynomial.test.cpp.