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

Construct an ECDSA signature for secp256r1. More...

#include <bbapi_ecdsa.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (message, private_key)
 
bool operator== (const EcdsaSecp256r1ConstructSignature &) const =default
 

Public Attributes

std::vector< uint8_t > message
 
secp256r1::fr private_key
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "EcdsaSecp256r1ConstructSignature"
 

Detailed Description

Construct an ECDSA signature for secp256r1.

Definition at line 89 of file bbapi_ecdsa.hpp.

Member Function Documentation

◆ execute()

EcdsaSecp256r1ConstructSignature::Response bb::bbapi::EcdsaSecp256r1ConstructSignature::execute ( BBApiRequest request) &&

Definition at line 50 of file bbapi_ecdsa.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::EcdsaSecp256r1ConstructSignature::MSGPACK_FIELDS ( message  ,
private_key   
)

◆ operator==()

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

Member Data Documentation

◆ message

std::vector<uint8_t> bb::bbapi::EcdsaSecp256r1ConstructSignature::message

Definition at line 101 of file bbapi_ecdsa.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 90 of file bbapi_ecdsa.hpp.

◆ private_key

secp256r1::fr bb::bbapi::EcdsaSecp256r1ConstructSignature::private_key

Definition at line 102 of file bbapi_ecdsa.hpp.


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