Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bbapi_schnorr.hpp File Reference

Schnorr signature command definitions for the Barretenberg RPC API. More...

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
 

Detailed Description

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.