Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::schnorr_key_pair< Fr, G1 > Struct Template Reference

#include <schnorr.hpp>

Public Attributes

Fr private_key
 
G1::affine_element public_key
 

Detailed Description

template<typename Fr, typename G1>
struct bb::crypto::schnorr_key_pair< Fr, G1 >

Definition at line 22 of file schnorr.hpp.

Member Data Documentation

◆ private_key

template<typename Fr , typename G1 >
Fr bb::crypto::schnorr_key_pair< Fr, G1 >::private_key

Definition at line 23 of file schnorr.hpp.

◆ public_key

template<typename Fr , typename G1 >
G1::affine_element bb::crypto::schnorr_key_pair< Fr, G1 >::public_key

Definition at line 24 of file schnorr.hpp.


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