|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "fq.hpp"#include "barretenberg/numeric/random/engine.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Functions | |
| TEST (BN254Fq, CompileTimeInversion) | |
| TEST (BN254Fq, SplitIntoEndomorphismScalars) | |
| TEST (BN254Fq, SplitIntoEndomorphismScalarsSimple) | |
| TEST (BN254Fq, SplitIntoEndomorphismEdgeCase) | |
| TEST (BN254Fq, SerializeToBuffer) | |
| TEST (BN254Fq, SerializeFromBuffer) | |
| TEST (BN254Fq, SqrRegression) | |
| TEST (BN254Fq, Uint512ReductionEquivalence) | |
| TEST | ( | BN254Fq | , |
| CompileTimeInversion | |||
| ) |
Definition at line 71 of file fq.test.cpp.
| TEST | ( | BN254Fq | , |
| SerializeFromBuffer | |||
| ) |
Definition at line 209 of file fq.test.cpp.
| TEST | ( | BN254Fq | , |
| SerializeToBuffer | |||
| ) |
Definition at line 164 of file fq.test.cpp.
| TEST | ( | BN254Fq | , |
| SplitIntoEndomorphismEdgeCase | |||
| ) |
Definition at line 133 of file fq.test.cpp.
| TEST | ( | BN254Fq | , |
| SplitIntoEndomorphismScalars | |||
| ) |
Definition at line 83 of file fq.test.cpp.
| TEST | ( | BN254Fq | , |
| SplitIntoEndomorphismScalarsSimple | |||
| ) |
Definition at line 106 of file fq.test.cpp.
| TEST | ( | BN254Fq | , |
| SqrRegression | |||
| ) |
Definition at line 225 of file fq.test.cpp.
| TEST | ( | BN254Fq | , |
| Uint512ReductionEquivalence | |||
| ) |
Definition at line 249 of file fq.test.cpp.