|
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, CubeRootOfUnity) | |
| TEST (FqConstants, WasmModulusConsistency) | |
| TEST (FqConstants, WasmRSquared) | |
| TEST (FqConstants, WasmCubeRootConsistency) | |
| TEST (FqConstants, WasmRInvLessThanModulus) | |
| TEST (FrConstants, Modulus) | |
| TEST (FrConstants, RSquared) | |
| TEST (FrConstants, RInv) | |
| TEST (FrConstants, CubeRootOfUnity) | |
| TEST (FrConstants, WasmModulusConsistency) | |
| TEST (FrConstants, WasmRSquared) | |
| TEST (FrConstants, WasmCubeRootConsistency) | |
| TEST (FrConstants, WasmRInvLessThanModulus) | |
| TEST | ( | FqConstants | , |
| CubeRootOfUnity | |||
| ) |
Definition at line 67 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| Modulus | |||
| ) |
Definition at line 33 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 117 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| WasmModulusConsistency | |||
| ) |
Definition at line 80 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| WasmRInvLessThanModulus | |||
| ) |
Definition at line 144 of file constants.test.cpp.
| TEST | ( | FqConstants | , |
| WasmRSquared | |||
| ) |
Definition at line 101 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| CubeRootOfUnity | |||
| ) |
Definition at line 203 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| Modulus | |||
| ) |
Definition at line 168 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| RInv | |||
| ) |
Definition at line 192 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| RSquared | |||
| ) |
Definition at line 181 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| WasmCubeRootConsistency | |||
| ) |
Definition at line 250 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| WasmModulusConsistency | |||
| ) |
Definition at line 216 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| WasmRInvLessThanModulus | |||
| ) |
Definition at line 271 of file constants.test.cpp.
| TEST | ( | FrConstants | , |
| WasmRSquared | |||
| ) |
Definition at line 235 of file constants.test.cpp.