|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "grumpkin.hpp"#include "barretenberg/ecc/groups/precomputed_generators_grumpkin_impl.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Functions | |
| TEST (grumpkin, CheckB) | |
| TEST (grumpkin, SubgroupGenerator) | |
| TEST (grumpkin, OneYIsCorrect) | |
| TEST (grumpkin, BadPoints) | |
| TEST (grumpkin, CheckPrecomputedGenerators) | |
| TEST (grumpkin, ScalarMulNegativeK2Regression) | |
| TEST | ( | grumpkin | , |
| BadPoints | |||
| ) |
Definition at line 61 of file grumpkin.test.cpp.
| TEST | ( | grumpkin | , |
| CheckB | |||
| ) |
Definition at line 29 of file grumpkin.test.cpp.
| TEST | ( | grumpkin | , |
| CheckPrecomputedGenerators | |||
| ) |
Definition at line 77 of file grumpkin.test.cpp.
| TEST | ( | grumpkin | , |
| OneYIsCorrect | |||
| ) |
Definition at line 47 of file grumpkin.test.cpp.
| TEST | ( | grumpkin | , |
| ScalarMulNegativeK2Regression | |||
| ) |
Definition at line 86 of file grumpkin.test.cpp.
| TEST | ( | grumpkin | , |
| SubgroupGenerator | |||
| ) |
Definition at line 36 of file grumpkin.test.cpp.