Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
NativeVerificationKeyTests< Params > Class Template Reference
Inheritance diagram for NativeVerificationKeyTests< Params >:

Public Types

using Flavor = typename Params::Flavor
 
using IO = typename Params::IO
 
using Builder = typename Flavor::CircuitBuilder
 
using VerificationKey = typename Flavor::VerificationKey
 

Public Member Functions

VerificationKey create_vk ()
 

Static Protected Member Functions

static void SetUpTestSuite ()
 

Detailed Description

template<typename Params>
class NativeVerificationKeyTests< Params >

Definition at line 34 of file native_verification_key.test.cpp.

Member Typedef Documentation

◆ Builder

Definition at line 38 of file native_verification_key.test.cpp.

◆ Flavor

template<typename Params >
using NativeVerificationKeyTests< Params >::Flavor = typename Params::Flavor

Definition at line 36 of file native_verification_key.test.cpp.

◆ IO

template<typename Params >
using NativeVerificationKeyTests< Params >::IO = typename Params::IO

Definition at line 37 of file native_verification_key.test.cpp.

◆ VerificationKey

Definition at line 39 of file native_verification_key.test.cpp.

Member Function Documentation

◆ create_vk()

template<typename Params >
VerificationKey NativeVerificationKeyTests< Params >::create_vk ( )
inline

Definition at line 41 of file native_verification_key.test.cpp.

◆ SetUpTestSuite()

template<typename Params >
static void NativeVerificationKeyTests< Params >::SetUpTestSuite ( )
inlinestaticprotected

Definition at line 51 of file native_verification_key.test.cpp.


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