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

#include <bbapi_schnorr.hpp>

Public Member Functions

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

Public Attributes

std::array< uint8_t, 32 > s
 
std::array< uint8_t, 32 > e
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "SchnorrConstructSignatureResponse"
 

Detailed Description

Definition at line 47 of file bbapi_schnorr.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::SchnorrConstructSignature::Response::MSGPACK_FIELDS ( s  ,
e   
)

◆ operator==()

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

Member Data Documentation

◆ e

std::array<uint8_t, 32> bb::bbapi::SchnorrConstructSignature::Response::e

Definition at line 50 of file bbapi_schnorr.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 48 of file bbapi_schnorr.hpp.

◆ s

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

Definition at line 49 of file bbapi_schnorr.hpp.


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