Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::ecdsa_signature Struct Reference

#include <ecdsa.hpp>

Public Member Functions

 MSGPACK_FIELDS (r, s, v)
 

Public Attributes

std::array< uint8_t, 32 > r
 
std::array< uint8_t, 32 > s
 
uint8_t v
 

Detailed Description

Definition at line 25 of file ecdsa.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::crypto::ecdsa_signature::MSGPACK_FIELDS ( r  ,
s  ,
v   
)

Member Data Documentation

◆ r

std::array<uint8_t, 32> bb::crypto::ecdsa_signature::r

Definition at line 26 of file ecdsa.hpp.

◆ s

std::array<uint8_t, 32> bb::crypto::ecdsa_signature::s

Definition at line 27 of file ecdsa.hpp.

◆ v

uint8_t bb::crypto::ecdsa_signature::v

Definition at line 28 of file ecdsa.hpp.


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