|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Schnorr signature command definitions for the Barretenberg RPC API. More...
#include "barretenberg/bbapi/bbapi_shared.hpp"#include "barretenberg/common/named_union.hpp"#include "barretenberg/crypto/schnorr/schnorr.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <array>#include <cstdint>#include <vector>Go to the source code of this file.
Classes | |
| struct | bb::bbapi::SchnorrComputePublicKey |
| Compute Schnorr public key from private key. More... | |
| struct | bb::bbapi::SchnorrComputePublicKey::Response |
| struct | bb::bbapi::SchnorrConstructSignature |
| Construct a Schnorr signature. More... | |
| struct | bb::bbapi::SchnorrConstructSignature::Response |
| struct | bb::bbapi::SchnorrVerifySignature |
| Verify a Schnorr signature. More... | |
| struct | bb::bbapi::SchnorrVerifySignature::Response |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
Schnorr signature command definitions for the Barretenberg RPC API.
This file contains command structures for Schnorr signature operations on the Grumpkin curve.
Definition in file bbapi_schnorr.hpp.