|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Verify a Schnorr signature. More...
#include <bbapi_schnorr.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (message, public_key, s, e) | |
| bool | operator== (const SchnorrVerifySignature &) const =default |
Public Attributes | |
| std::vector< uint8_t > | message |
| grumpkin::g1::affine_element | public_key |
| std::array< uint8_t, 32 > | s |
| std::array< uint8_t, 32 > | e |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "SchnorrVerifySignature" |
Verify a Schnorr signature.
Definition at line 66 of file bbapi_schnorr.hpp.
| SchnorrVerifySignature::Response bb::bbapi::SchnorrVerifySignature::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 25 of file bbapi_schnorr.cpp.
| bb::bbapi::SchnorrVerifySignature::MSGPACK_FIELDS | ( | message | , |
| public_key | , | ||
| s | , | ||
| e | |||
| ) |
|
default |
| std::array<uint8_t, 32> bb::bbapi::SchnorrVerifySignature::e |
Definition at line 79 of file bbapi_schnorr.hpp.
| std::vector<uint8_t> bb::bbapi::SchnorrVerifySignature::message |
Definition at line 76 of file bbapi_schnorr.hpp.
|
staticconstexpr |
Definition at line 67 of file bbapi_schnorr.hpp.
| grumpkin::g1::affine_element bb::bbapi::SchnorrVerifySignature::public_key |
Definition at line 77 of file bbapi_schnorr.hpp.
| std::array<uint8_t, 32> bb::bbapi::SchnorrVerifySignature::s |
Definition at line 78 of file bbapi_schnorr.hpp.