Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
pippenger_constantine.test.cpp File Reference
#include "pippenger_constantine.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/numeric/random/engine.hpp"
#include "barretenberg/numeric/uint256/uint256.hpp"
#include <array>
#include <cstdint>
#include <gtest/gtest.h>
#include <vector>

Go to the source code of this file.

Functions

 TEST (PippengerConstantine, ScalarMatchesReferenceOracleAllWindowBits)
 
 TEST (PippengerConstantine, SimdX4MatchesScalarPathLanewise)
 
 TEST (PippengerConstantine, RoundTripIdentityMatchesScalarMod2N)
 
 TEST (PippengerConstantine, EdgeCases)
 
 TEST (PippengerConstantine, NamedSliceShapes)
 
 TEST (PippengerConstantine, ParamClassifierU64U32Consistency)
 

Function Documentation

◆ TEST() [1/6]

TEST ( PippengerConstantine  ,
EdgeCases   
)

Definition at line 287 of file pippenger_constantine.test.cpp.

◆ TEST() [2/6]

TEST ( PippengerConstantine  ,
NamedSliceShapes   
)

Definition at line 344 of file pippenger_constantine.test.cpp.

◆ TEST() [3/6]

TEST ( PippengerConstantine  ,
ParamClassifierU64U32Consistency   
)

Definition at line 408 of file pippenger_constantine.test.cpp.

◆ TEST() [4/6]

TEST ( PippengerConstantine  ,
RoundTripIdentityMatchesScalarMod2N   
)

Definition at line 234 of file pippenger_constantine.test.cpp.

◆ TEST() [5/6]

TEST ( PippengerConstantine  ,
ScalarMatchesReferenceOracleAllWindowBits   
)

Definition at line 157 of file pippenger_constantine.test.cpp.

◆ TEST() [6/6]

TEST ( PippengerConstantine  ,
SimdX4MatchesScalarPathLanewise   
)

Definition at line 182 of file pippenger_constantine.test.cpp.