|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/flavor/mega_flavor.hpp"#include "barretenberg/honk/utils/testing.hpp"#include "barretenberg/protogalaxy/constants.hpp"#include "barretenberg/protogalaxy/protogalaxy_prover_internal.hpp"#include "barretenberg/relations/ultra_arithmetic_relation.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | PGInternalTest |
| Extend the ProtogalaxyProverInternal class to compute the combiner without optimistically skipping. More... | |
Typedefs | |
| using | Flavor = MegaFlavor |
| using | Polynomial = typename Flavor::Polynomial |
| using | FF = typename Flavor::FF |
Functions | |
| TEST (Protogalaxy, CombinerOn2Keys) | |
| TEST (Protogalaxy, CombinerOptimizationConsistency) | |
| using FF = typename Flavor::FF |
Definition at line 12 of file combiner.test.cpp.
| using Flavor = MegaFlavor |
Definition at line 10 of file combiner.test.cpp.
| using Polynomial = typename Flavor::Polynomial |
Definition at line 11 of file combiner.test.cpp.
| TEST | ( | Protogalaxy | , |
| CombinerOn2Keys | |||
| ) |
Definition at line 171 of file combiner.test.cpp.
| TEST | ( | Protogalaxy | , |
| CombinerOptimizationConsistency | |||
| ) |
Definition at line 308 of file combiner.test.cpp.