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

#include <ecdsa.hpp>

Public Member Functions

 MSGPACK_FIELDS (private_key, public_key)
 

Public Attributes

Fr private_key
 
G1::affine_element public_key
 

Detailed Description

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

Definition at line 18 of file ecdsa.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

template<typename Fr , typename G1 >
bb::crypto::ecdsa_key_pair< Fr, G1 >::MSGPACK_FIELDS ( private_key  ,
public_key   
)

Member Data Documentation

◆ private_key

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

Definition at line 19 of file ecdsa.hpp.

◆ public_key

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

Definition at line 20 of file ecdsa.hpp.


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