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

Public Types

using G = grumpkin::g1
 
using Fr = grumpkin::fr
 
using KeyPair = schnorr_key_pair< Fr, G >
 

Static Public Member Functions

static KeyPair generate_account ()
 

Detailed Description

template<typename Hash>
struct ProofOfPossessionTest< Hash >

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

Member Typedef Documentation

◆ Fr

template<typename Hash >
using ProofOfPossessionTest< Hash >::Fr = grumpkin::fr

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

◆ G

template<typename Hash >
using ProofOfPossessionTest< Hash >::G = grumpkin::g1

Definition at line 10 of file proof_of_possession.test.cpp.

◆ KeyPair

template<typename Hash >
using ProofOfPossessionTest< Hash >::KeyPair = schnorr_key_pair<Fr, G>

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

Member Function Documentation

◆ generate_account()

template<typename Hash >
static KeyPair ProofOfPossessionTest< Hash >::generate_account ( )
inlinestatic

Definition at line 14 of file proof_of_possession.test.cpp.


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