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

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

Public Attributes

grumpkin::fr s
 
grumpkin::fr e
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "SchnorrConstructSignatureResponse"
 

Detailed Description

Definition at line 44 of file bbapi_schnorr.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

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

Member Data Documentation

◆ e

grumpkin::fr bb::bbapi::SchnorrConstructSignature::Response::e

Definition at line 47 of file bbapi_schnorr.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 45 of file bbapi_schnorr.hpp.

◆ s

grumpkin::fr bb::bbapi::SchnorrConstructSignature::Response::s

Definition at line 46 of file bbapi_schnorr.hpp.


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