|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/ecc/fields/field_conversion.hpp"#include "barretenberg/stdlib/primitives/biggroup/biggroup.hpp"#include "barretenberg/stdlib/primitives/field/field_conversion.hpp"#include "barretenberg/stdlib/proof/proof.hpp"#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"#include "barretenberg/transcript/transcript.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::test |
Typedefs | |
| using | bb::test::NativeCodec = FrCodec |
| using | bb::test::NativeHash = bb::crypto::Poseidon2< bb::crypto::Poseidon2Bn254ScalarFieldParams > |
| using | bb::test::UltraCodec = stdlib::StdlibCodec< stdlib::field_t< UltraCircuitBuilder > > |
| using | bb::test::UltraHash = stdlib::poseidon2< UltraCircuitBuilder > |
| using | bb::test::MegaCodec = stdlib::StdlibCodec< stdlib::field_t< MegaCircuitBuilder > > |
| using | bb::test::MegaHash = stdlib::poseidon2< MegaCircuitBuilder > |
| using | bb::test::TranscriptTypes = ::testing::Types< std::pair< NativeCodec, NativeHash >, std::pair< UltraCodec, UltraHash >, std::pair< MegaCodec, MegaHash > > |