|
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) && |
| 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" |
Construct a Schnorr signature.
Definition at line 44 of file bbapi_schnorr.hpp.
| SchnorrConstructSignature::Response bb::bbapi::SchnorrConstructSignature::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 14 of file bbapi_schnorr.cpp.
| bb::bbapi::SchnorrConstructSignature::MSGPACK_FIELDS | ( | message | , |
| private_key | |||
| ) |
|
default |
| std::vector<uint8_t> bb::bbapi::SchnorrConstructSignature::message |
Definition at line 55 of file bbapi_schnorr.hpp.
|
staticconstexpr |
Definition at line 45 of file bbapi_schnorr.hpp.
| grumpkin::fr bb::bbapi::SchnorrConstructSignature::private_key |
Definition at line 56 of file bbapi_schnorr.hpp.