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

#include <bbapi_ecdsa.hpp>

Public Member Functions

 MSGPACK_FIELDS (r, s, v)
 
bool operator== (const Response &) const =default
 

Public Attributes

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

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "EcdsaSecp256r1ConstructSignatureResponse"
 

Detailed Description

Definition at line 92 of file bbapi_ecdsa.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::EcdsaSecp256r1ConstructSignature::Response::MSGPACK_FIELDS ( r  ,
s  ,
v   
)

◆ operator==()

bool bb::bbapi::EcdsaSecp256r1ConstructSignature::Response::operator== ( const Response ) const
default

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::EcdsaSecp256r1ConstructSignature::Response::MSGPACK_SCHEMA_NAME[] = "EcdsaSecp256r1ConstructSignatureResponse"
staticconstexpr

Definition at line 93 of file bbapi_ecdsa.hpp.

◆ r

std::array<uint8_t, 32> bb::bbapi::EcdsaSecp256r1ConstructSignature::Response::r

Definition at line 94 of file bbapi_ecdsa.hpp.

◆ s

std::array<uint8_t, 32> bb::bbapi::EcdsaSecp256r1ConstructSignature::Response::s

Definition at line 95 of file bbapi_ecdsa.hpp.

◆ v

uint8_t bb::bbapi::EcdsaSecp256r1ConstructSignature::Response::v

Definition at line 96 of file bbapi_ecdsa.hpp.


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