|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Construct a Schnorr signature. More...
#include <bbapi_schnorr.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| SERIALIZATION_FIELDS (message_field, private_key) | |
| bool | operator== (const SchnorrConstructSignature &) const =default |
Public Attributes | |
| grumpkin::fq | message_field |
| grumpkin::fr | private_key |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "SchnorrConstructSignature" |
Construct a Schnorr signature.
Definition at line 41 of file bbapi_schnorr.hpp.
| SchnorrConstructSignature::Response bb::bbapi::SchnorrConstructSignature::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 14 of file bbapi_schnorr.cpp.
|
default |
| bb::bbapi::SchnorrConstructSignature::SERIALIZATION_FIELDS | ( | message_field | , |
| private_key | |||
| ) |
| grumpkin::fq bb::bbapi::SchnorrConstructSignature::message_field |
Definition at line 52 of file bbapi_schnorr.hpp.
|
staticconstexpr |
Definition at line 42 of file bbapi_schnorr.hpp.
| grumpkin::fr bb::bbapi::SchnorrConstructSignature::private_key |
Definition at line 53 of file bbapi_schnorr.hpp.