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

Compute ECDSA public key from private key for secp256k1. More...

#include <bbapi_ecdsa.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

secp256k1::fr private_key
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "EcdsaSecp256k1ComputePublicKey"
 

Detailed Description

Compute ECDSA public key from private key for secp256k1.

Definition at line 26 of file bbapi_ecdsa.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 11 of file bbapi_ecdsa.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::EcdsaSecp256k1ComputePublicKey::MSGPACK_FIELDS ( private_key  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 27 of file bbapi_ecdsa.hpp.

◆ private_key

secp256k1::fr bb::bbapi::EcdsaSecp256k1ComputePublicKey::private_key

Definition at line 36 of file bbapi_ecdsa.hpp.


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