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/protogalaxy_prover_internal.hpp"
#include "barretenberg/relations/ultra_arithmetic_relation.hpp"
#include "barretenberg/ultra_honk/decider_keys.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) | |
Variables | |
constexpr size_t | NUM_KEYS = 2 |
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 173 of file combiner.test.cpp.
TEST | ( | Protogalaxy | , |
CombinerOptimizationConsistency | |||
) |
Definition at line 311 of file combiner.test.cpp.
|
constexpr |
Definition at line 13 of file combiner.test.cpp.