Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
shifted_eq_polynomial.test.cpp File Reference
#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)
 

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( ShiftedEqPolynomialTest  ,
AddScaledAccumulatesScaledShift   
)

Definition at line 87 of file shifted_eq_polynomial.test.cpp.

◆ TEST_F() [2/4]

TEST_F ( ShiftedEqPolynomialTest  ,
EqFoldMatchesExplicitInnerProduct   
)

Definition at line 120 of file shifted_eq_polynomial.test.cpp.

◆ TEST_F() [3/4]

TEST_F ( ShiftedEqPolynomialTest  ,
EvaluateFromEqIsEqAgainstShiftedWitness   
)

Definition at line 103 of file shifted_eq_polynomial.test.cpp.

◆ TEST_F() [4/4]

TEST_F ( ShiftedEqPolynomialTest  ,
ShiftFoldMatchesExplicitInnerProduct   
)

Definition at line 132 of file shifted_eq_polynomial.test.cpp.