|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/numeric/random/engine.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/serialize/test_helper.hpp"#include "fq.hpp"#include "fr.hpp"#include <array>#include <gtest/gtest.h>Go to the source code of this file.
Functions | |
| TEST (FqConstants, Modulus) | |
| TEST (FqConstants, RSquared) | |
| TEST (FqConstants, RInv) | |
| TEST (FqConstants, MultiplicativeGenerator) | |
| TEST (FqConstants, CubeRootOfUnity) | |
| TEST (FqConstants, WasmModulusConsistency) | |
| TEST (FqConstants, WasmRSquared) | |
| TEST (FqConstants, WasmCubeRootConsistency) | |
| TEST (FrConstants, Modulus) | |
| TEST (FrConstants, RSquared) | |
| TEST (FrConstants, RInv) | |
| TEST (FrConstants, MultiplicativeGenerator) | |
| TEST (FrConstants, CubeRootOfUnity) | |
| TEST (FrConstants, WasmModulusConsistency) | |
| TEST (FrConstants, WasmRSquared) | |
| TEST (FrConstants, WasmCubeRootConsistency) | |
| TEST | ( | FqConstants | , |
| CubeRootOfUnity | |||
| ) |
Definition at line 74 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| Modulus | |||
| ) |
Definition at line 33 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| MultiplicativeGenerator | |||
| ) |
Definition at line 69 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| RInv | |||
| ) |
Definition at line 56 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| RSquared | |||
| ) |
Definition at line 45 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| WasmCubeRootConsistency | |||
| ) |
Definition at line 131 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| WasmModulusConsistency | |||
| ) |
Definition at line 94 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| WasmRSquared | |||
| ) |
Definition at line 115 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| CubeRootOfUnity | |||
| ) |
Definition at line 201 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| Modulus | |||
| ) |
Definition at line 161 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| MultiplicativeGenerator | |||
| ) |
Definition at line 196 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| RInv | |||
| ) |
Definition at line 185 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| RSquared | |||
| ) |
Definition at line 174 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| WasmCubeRootConsistency | |||
| ) |
Definition at line 254 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| WasmModulusConsistency | |||
| ) |
Definition at line 220 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| WasmRSquared | |||
| ) |
Definition at line 239 of file constants.test.cpp.