|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| TEST (g2, DblCheckAgainstConstants) | |
| TEST (g2, MixedAddCheckAgainstConstants) | |
| TEST (g2, AddCheckAgainstConstants) | |
| TEST (g2, GroupExponentiationCheckAgainstConstants) | |
| TEST (g2, Serialize) | |
| template<class T > | |
| void | write (const T t) |
| TEST (g2, InitializationCheck) | |
| TEST (g2, GeneratorIsCorrect) | |
| TEST (g2, IsInPrimeSubgroupAcceptsSubgroupPoints) | |
| TEST (g2, IsInPrimeSubgroupRejectsCofactorPoint) | |
| TEST (g2, IsInPrimeSubgroupRejectsOffCurvePoint) | |
| TEST | ( | g2 | , |
| AddCheckAgainstConstants | |||
| ) |
Definition at line 68 of file g2.test.cpp.
| TEST | ( | g2 | , |
| DblCheckAgainstConstants | |||
| ) |
Definition at line 6 of file g2.test.cpp.
| TEST | ( | g2 | , |
| GeneratorIsCorrect | |||
| ) |
Definition at line 175 of file g2.test.cpp.
| TEST | ( | g2 | , |
| GroupExponentiationCheckAgainstConstants | |||
| ) |
Definition at line 104 of file g2.test.cpp.
| TEST | ( | g2 | , |
| InitializationCheck | |||
| ) |
Definition at line 168 of file g2.test.cpp.
| TEST | ( | g2 | , |
| IsInPrimeSubgroupAcceptsSubgroupPoints | |||
| ) |
Definition at line 188 of file g2.test.cpp.
| TEST | ( | g2 | , |
| IsInPrimeSubgroupRejectsCofactorPoint | |||
| ) |
Definition at line 204 of file g2.test.cpp.
| TEST | ( | g2 | , |
| IsInPrimeSubgroupRejectsOffCurvePoint | |||
| ) |
Definition at line 224 of file g2.test.cpp.
| TEST | ( | g2 | , |
| MixedAddCheckAgainstConstants | |||
| ) |
Definition at line 32 of file g2.test.cpp.
| TEST | ( | g2 | , |
| Serialize | |||
| ) |
Definition at line 129 of file g2.test.cpp.
| void write | ( | const T | t | ) |
Definition at line 160 of file g2.test.cpp.