|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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) | |
| TEST | ( | PippengerConstantine | , |
| EdgeCases | |||
| ) |
Definition at line 287 of file pippenger_constantine.test.cpp.
| TEST | ( | PippengerConstantine | , |
| NamedSliceShapes | |||
| ) |
Definition at line 344 of file pippenger_constantine.test.cpp.
| TEST | ( | PippengerConstantine | , |
| ParamClassifierU64U32Consistency | |||
| ) |
Definition at line 408 of file pippenger_constantine.test.cpp.
| TEST | ( | PippengerConstantine | , |
| RoundTripIdentityMatchesScalarMod2N | |||
| ) |
Definition at line 234 of file pippenger_constantine.test.cpp.
| TEST | ( | PippengerConstantine | , |
| ScalarMatchesReferenceOracleAllWindowBits | |||
| ) |
Definition at line 157 of file pippenger_constantine.test.cpp.
| TEST | ( | PippengerConstantine | , |
| SimdX4MatchesScalarPathLanewise | |||
| ) |
Definition at line 182 of file pippenger_constantine.test.cpp.