Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::bbapi::SchnorrComputePublicKey Struct Reference

Compute Schnorr public key from private key. More...

#include <bbapi_schnorr.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (private_key)
 
bool operator== (const SchnorrComputePublicKey &) const =default
 

Public Attributes

grumpkin::fr private_key
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "SchnorrComputePublicKey"
 

Detailed Description

Compute Schnorr public key from private key.

Definition at line 24 of file bbapi_schnorr.hpp.

Member Function Documentation

◆ execute()

SchnorrComputePublicKey::Response bb::bbapi::SchnorrComputePublicKey::execute ( BBApiRequest request) &&

Definition at line 9 of file bbapi_schnorr.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::SchnorrComputePublicKey::MSGPACK_FIELDS ( private_key  )

◆ operator==()

bool bb::bbapi::SchnorrComputePublicKey::operator== ( const SchnorrComputePublicKey ) const
default

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::SchnorrComputePublicKey::MSGPACK_SCHEMA_NAME[] = "SchnorrComputePublicKey"
staticconstexpr

Definition at line 25 of file bbapi_schnorr.hpp.

◆ private_key

grumpkin::fr bb::bbapi::SchnorrComputePublicKey::private_key

Definition at line 34 of file bbapi_schnorr.hpp.


The documentation for this struct was generated from the following files: