Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/serialize.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/honk/library/grand_product_delta.hpp"
#include "barretenberg/numeric/uint256/uint256.hpp"
#include "barretenberg/relations/permutation_relation.hpp"
#include "barretenberg/relations/relation_parameters.hpp"
#include "barretenberg/stdlib/primitives/pairing_points.hpp"
#include "barretenberg/stdlib_circuit_builders/mock_circuits.hpp"
#include "barretenberg/stdlib_circuit_builders/plookup_tables/fixed_base/fixed_base.hpp"
#include "barretenberg/stdlib_circuit_builders/plookup_tables/types.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"
#include "barretenberg/sumcheck/sumcheck_round.hpp"
#include "barretenberg/ultra_honk/ultra_prover.hpp"
#include "barretenberg/ultra_honk/ultra_verifier.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | FlavorSerializationTests< Flavor > |
Typedefs | |
using | FlavorTypes = testing::Types< UltraFlavor, UltraKeccakFlavor, MegaFlavor > |
Functions | |
TYPED_TEST_SUITE (FlavorSerializationTests, FlavorTypes) | |
TYPED_TEST (FlavorSerializationTests, VerificationKeySerialization) | |
using FlavorTypes = testing::Types<UltraFlavor, UltraKeccakFlavor, MegaFlavor> |
Definition at line 33 of file flavor_serialization.test.cpp.
TYPED_TEST | ( | FlavorSerializationTests | , |
VerificationKeySerialization | |||
) |
Definition at line 38 of file flavor_serialization.test.cpp.
TYPED_TEST_SUITE | ( | FlavorSerializationTests | , |
FlavorTypes | |||
) |