|
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, ScalarMulNegativeK2Regression) | |
| TEST | ( | g1 | , |
| AddAffineTest | |||
| ) |
Definition at line 191 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddCheckAgainstConstants | |||
| ) |
Definition at line 110 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddDblConsistency | |||
| ) |
Definition at line 204 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddDblConsistencyRepeated | |||
| ) |
Definition at line 224 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddExceptionTestDbl | |||
| ) |
Definition at line 176 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddExceptionTestInfinity | |||
| ) |
Definition at line 141 of file g1.test.cpp.
| TEST | ( | g1 | , |
| AddMixedAddConsistencyCheck | |||
| ) |
Definition at line 282 of file g1.test.cpp.
| TEST | ( | g1 | , |
| BatchNormalize | |||
| ) |
Definition at line 297 of file g1.test.cpp.
| TEST | ( | g1 | , |
| CheckPrecomputedGenerators | |||
| ) |
Definition at line 442 of file g1.test.cpp.
| TEST | ( | g1 | , |
| DblCheckAgainstConstants | |||
| ) |
Definition at line 85 of file g1.test.cpp.
| TEST | ( | g1 | , |
| DeriveGenerators | |||
| ) |
Definition at line 395 of file g1.test.cpp.
| TEST | ( | g1 | , |
| Eq | |||
| ) |
Definition at line 38 of file g1.test.cpp.
| TEST | ( | g1 | , |
| GroupExponentiationCheckAgainstConstants | |||
| ) |
Definition at line 325 of file g1.test.cpp.
| TEST | ( | g1 | , |
| GroupExponentiationConsistencyCheck | |||
| ) |
Definition at line 378 of file g1.test.cpp.
| TEST | ( | g1 | , |
| GroupExponentiationZeroAndOne | |||
| ) |
Definition at line 367 of file g1.test.cpp.
| TEST | ( | g1 | , |
| InitializationCheck | |||
| ) |
Definition at line 435 of file g1.test.cpp.
| TEST | ( | g1 | , |
| MixedAddCheckAgainstConstants | |||
| ) |
Definition at line 58 of file g1.test.cpp.
| TEST | ( | g1 | , |
| MixedAddExceptionTestDbl | |||
| ) |
Definition at line 267 of file g1.test.cpp.
| TEST | ( | g1 | , |
| MixedAddExceptionTestInfinity | |||
| ) |
Definition at line 247 of file g1.test.cpp.
| TEST | ( | g1 | , |
| OperatorOrdering | |||
| ) |
Definition at line 342 of file g1.test.cpp.
| TEST | ( | g1 | , |
| RandomAffineElement | |||
| ) |
Definition at line 32 of file g1.test.cpp.
| TEST | ( | g1 | , |
| RandomElement | |||
| ) |
Definition at line 26 of file g1.test.cpp.
| TEST | ( | g1 | , |
| ScalarMulNegativeK2Regression | |||
| ) |
Definition at line 453 of file g1.test.cpp.
| TEST | ( | g1 | , |
| Serialize | |||
| ) |
Definition at line 415 of file g1.test.cpp.
| TEST | ( | g1 | , |
| TestInfinity | |||
| ) |
Definition at line 167 of file g1.test.cpp.
| void write | ( | const T | t | ) |
Definition at line 427 of file g1.test.cpp.