Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
transcript_test_fixture.hpp File Reference

Go to the source code of this file.

Classes

class  bb::test::TranscriptTest< Codec, HashFunction >
 
struct  bb::test::TranscriptTest< Codec, HashFunction >::GetBuilder< C, typename >
 
struct  bb::test::TranscriptTest< Codec, HashFunction >::GetBuilder< C, std::void_t< typename C::Builder > >
 

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 > >