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

Construct a Schnorr signature. More...

#include <bbapi_schnorr.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

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

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "SchnorrConstructSignature"
 

Detailed Description

Construct a Schnorr signature.

Definition at line 44 of file bbapi_schnorr.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 14 of file bbapi_schnorr.cpp.

◆ MSGPACK_FIELDS()

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

◆ operator==()

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

Member Data Documentation

◆ message

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

Definition at line 55 of file bbapi_schnorr.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 45 of file bbapi_schnorr.hpp.

◆ private_key

grumpkin::fr bb::bbapi::SchnorrConstructSignature::private_key

Definition at line 56 of file bbapi_schnorr.hpp.


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