|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "g1.hpp"#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/ecc/groups/precomputed_generators_bn254_impl.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Functions | |
| TEST (g1, RandomElement) | |
| TEST (g1, RandomAffineElement) | |
| TEST (g1, Eq) | |
| TEST (g1, MixedAddCheckAgainstConstants) | |
| TEST (g1, DblCheckAgainstConstants) | |
| TEST (g1, AddCheckAgainstConstants) | |
| TEST (g1, AddExceptionTestInfinity) | |
| TEST (g1, TestInfinity) | |
| TEST (g1, AddExceptionTestDbl) | |
| TEST (g1, AddAffineTest) | |
| TEST (g1, AddDblConsistency) | |
| TEST (g1, AddDblConsistencyRepeated) | |
| TEST (g1, MixedAddExceptionTestInfinity) | |
| TEST (g1, MixedAddExceptionTestDbl) | |
| TEST (g1, AddMixedAddConsistencyCheck) | |
| TEST (g1, BatchNormalize) | |
| TEST (g1, GroupExponentiationCheckAgainstConstants) | |
| TEST (g1, OperatorOrdering) | |
| TEST (g1, GroupExponentiationZeroAndOne) | |
| TEST (g1, GroupExponentiationConsistencyCheck) | |
| TEST (g1, DeriveGenerators) | |
| TEST (g1, Serialize) | |
| template<class T > | |
| void | write (const T t) |
| TEST (g1, InitializationCheck) | |
| TEST (g1, CheckPrecomputedGenerators) | |
| TEST | ( | g1 | , |
| AddAffineTest | |||
| ) |
Definition at line 173 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddCheckAgainstConstants | |||
| ) |
Definition at line 92 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddDblConsistency | |||
| ) |
Definition at line 186 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddDblConsistencyRepeated | |||
| ) |
Definition at line 206 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddExceptionTestDbl | |||
| ) |
Definition at line 158 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddExceptionTestInfinity | |||
| ) |
Definition at line 123 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddMixedAddConsistencyCheck | |||
| ) |
Definition at line 264 of file g1.test.cpp.
| TEST | ( | g1 | , |
| BatchNormalize | |||
| ) |
Definition at line 279 of file g1.test.cpp.
| TEST | ( | g1 | , |
| CheckPrecomputedGenerators | |||
| ) |
Definition at line 424 of file g1.test.cpp.
| TEST | ( | g1 | , |
| DblCheckAgainstConstants | |||
| ) |
Definition at line 67 of file g1.test.cpp.
| TEST | ( | g1 | , |
| DeriveGenerators | |||
| ) |
Definition at line 377 of file g1.test.cpp.
| TEST | ( | g1 | , |
| Eq | |||
| ) |
Definition at line 20 of file g1.test.cpp.
| TEST | ( | g1 | , |
| GroupExponentiationCheckAgainstConstants | |||
| ) |
Definition at line 307 of file g1.test.cpp.
| TEST | ( | g1 | , |
| GroupExponentiationConsistencyCheck | |||
| ) |
Definition at line 360 of file g1.test.cpp.
| TEST | ( | g1 | , |
| GroupExponentiationZeroAndOne | |||
| ) |
Definition at line 349 of file g1.test.cpp.
| TEST | ( | g1 | , |
| InitializationCheck | |||
| ) |
Definition at line 417 of file g1.test.cpp.
| TEST | ( | g1 | , |
| MixedAddCheckAgainstConstants | |||
| ) |
Definition at line 40 of file g1.test.cpp.
| TEST | ( | g1 | , |
| MixedAddExceptionTestDbl | |||
| ) |
Definition at line 249 of file g1.test.cpp.
| TEST | ( | g1 | , |
| MixedAddExceptionTestInfinity | |||
| ) |
Definition at line 229 of file g1.test.cpp.
| TEST | ( | g1 | , |
| OperatorOrdering | |||
| ) |
Definition at line 324 of file g1.test.cpp.
| TEST | ( | g1 | , |
| RandomAffineElement | |||
| ) |
Definition at line 14 of file g1.test.cpp.
| TEST | ( | g1 | , |
| RandomElement | |||
| ) |
Definition at line 8 of file g1.test.cpp.
| TEST | ( | g1 | , |
| Serialize | |||
| ) |
Definition at line 397 of file g1.test.cpp.
| TEST | ( | g1 | , |
| TestInfinity | |||
| ) |
Definition at line 149 of file g1.test.cpp.
| void write | ( | const T | t | ) |
Definition at line 409 of file g1.test.cpp.