Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::TranscriptFor< Curve, bool > Struct Template Reference

Helper to get the appropriate Transcript type for a given Curve. More...

#include <transcript.hpp>

Public Types

using type = NativeTranscript
 

Detailed Description

template<typename Curve, bool = Curve::is_stdlib_type>
struct bb::TranscriptFor< Curve, bool >

Helper to get the appropriate Transcript type for a given Curve.

Maps native curves to NativeTranscript and stdlib curves to StdlibTranscript<Builder>

Definition at line 502 of file transcript.hpp.

Member Typedef Documentation

◆ type

template<typename Curve , bool = Curve::is_stdlib_type>
using bb::TranscriptFor< Curve, bool >::type = NativeTranscript

Definition at line 503 of file transcript.hpp.


The documentation for this struct was generated from the following file: