Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/goblin/mock_circuits.hpp"
#include "barretenberg/polynomials/gate_separator.hpp"
#include "barretenberg/protogalaxy/folding_test_utils.hpp"
#include "barretenberg/protogalaxy/protogalaxy_prover.hpp"
#include "barretenberg/protogalaxy/protogalaxy_prover_internal.hpp"
#include "barretenberg/protogalaxy/protogalaxy_verifier.hpp"
#include "barretenberg/protogalaxy/prover_verifier_shared.hpp"
#include "barretenberg/stdlib_circuit_builders/mock_circuits.hpp"
#include "barretenberg/ultra_honk/decider_prover.hpp"
#include "barretenberg/ultra_honk/decider_verifier.hpp"
#include "barretenberg/ultra_honk/witness_computation.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Typedefs | |
using | FlavorTypes = testing::Types< MegaFlavor > |
Functions | |
TYPED_TEST_SUITE (ProtogalaxyTests, FlavorTypes) | |
TYPED_TEST (ProtogalaxyTests, PerturbatorCoefficients) | |
TYPED_TEST (ProtogalaxyTests, FullHonkEvaluationsValidCircuit) | |
TYPED_TEST (ProtogalaxyTests, PerturbatorPolynomial) | |
TYPED_TEST (ProtogalaxyTests, CombinerQuotient) | |
TYPED_TEST (ProtogalaxyTests, CombineRelationParameters) | |
TYPED_TEST (ProtogalaxyTests, CombineAlphas) | |
TYPED_TEST (ProtogalaxyTests, ProtogalaxyInhomogeneous) | |
TYPED_TEST (ProtogalaxyTests, FullProtogalaxyTest) | |
TYPED_TEST (ProtogalaxyTests, FullProtogalaxyStructuredTrace) | |
TYPED_TEST (ProtogalaxyTests, VirtualSizeExpansion) | |
TYPED_TEST (ProtogalaxyTests, FullProtogalaxyStructuredTraceInhomogeneous) | |
TYPED_TEST (ProtogalaxyTests, TamperedCommitment) | |
TYPED_TEST (ProtogalaxyTests, TamperedAccumulatorPolynomial) | |
TYPED_TEST (ProtogalaxyTests, BadLookupFailure) | |
TYPED_TEST (ProtogalaxyTests, Fold1) | |
using FlavorTypes = testing::Types<MegaFlavor> |
Definition at line 601 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
BadLookupFailure | |||
) |
Definition at line 669 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
CombineAlphas | |||
) |
Definition at line 629 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
CombineRelationParameters | |||
) |
Definition at line 624 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
CombinerQuotient | |||
) |
Definition at line 619 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
Fold1 | |||
) |
Definition at line 676 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
FullHonkEvaluationsValidCircuit | |||
) |
Definition at line 609 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
FullProtogalaxyStructuredTrace | |||
) |
Definition at line 644 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
FullProtogalaxyStructuredTraceInhomogeneous | |||
) |
Definition at line 654 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
FullProtogalaxyTest | |||
) |
Definition at line 639 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
PerturbatorCoefficients | |||
) |
Definition at line 604 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
PerturbatorPolynomial | |||
) |
Definition at line 614 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
ProtogalaxyInhomogeneous | |||
) |
Definition at line 634 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
TamperedAccumulatorPolynomial | |||
) |
Definition at line 664 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
TamperedCommitment | |||
) |
Definition at line 659 of file protogalaxy.test.cpp.
TYPED_TEST | ( | ProtogalaxyTests | , |
VirtualSizeExpansion | |||
) |
Definition at line 649 of file protogalaxy.test.cpp.
TYPED_TEST_SUITE | ( | ProtogalaxyTests | , |
FlavorTypes | |||
) |