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

Public Types

using Builder = typename Curve::Builder
 
using NativeEmbeddedCurve = Builder::EmbeddedCurve
 
using native_VK = VerifierCommitmentKey< NativeEmbeddedCurve >
 
using VK = VerifierCommitmentKey< Curve >
 

Static Public Member Functions

static void SetUpTestSuite ()
 
static void test_equality ()
 Instantiante a recursive verifier commitment key from a Grumpkin native key and check consistency.
 

Detailed Description

template<typename Curve>
class bb::RecursiveVeriferCommitmentKeyTest< Curve >

Definition at line 6 of file verifier_commitment_key.test.cpp.

Member Typedef Documentation

◆ Builder

template<typename Curve >
using bb::RecursiveVeriferCommitmentKeyTest< Curve >::Builder = typename Curve::Builder

Definition at line 8 of file verifier_commitment_key.test.cpp.

◆ native_VK

◆ NativeEmbeddedCurve

template<typename Curve >
using bb::RecursiveVeriferCommitmentKeyTest< Curve >::NativeEmbeddedCurve = Builder::EmbeddedCurve

Definition at line 9 of file verifier_commitment_key.test.cpp.

◆ VK

Definition at line 11 of file verifier_commitment_key.test.cpp.

Member Function Documentation

◆ SetUpTestSuite()

template<typename Curve >
static void bb::RecursiveVeriferCommitmentKeyTest< Curve >::SetUpTestSuite ( )
inlinestatic

Definition at line 12 of file verifier_commitment_key.test.cpp.

◆ test_equality()

template<typename Curve >
static void bb::RecursiveVeriferCommitmentKeyTest< Curve >::test_equality ( )
inlinestatic

Instantiante a recursive verifier commitment key from a Grumpkin native key and check consistency.

Definition at line 18 of file verifier_commitment_key.test.cpp.


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