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

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

#include <bbapi_ecdsa.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

secp256r1::fr private_key
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "EcdsaSecp256r1ComputePublicKey"
 

Detailed Description

Compute ECDSA public key from private key for secp256r1.

Definition at line 46 of file bbapi_ecdsa.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 45 of file bbapi_ecdsa.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::EcdsaSecp256r1ComputePublicKey::MSGPACK_FIELDS ( private_key  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 47 of file bbapi_ecdsa.hpp.

◆ private_key

secp256r1::fr bb::bbapi::EcdsaSecp256r1ComputePublicKey::private_key

Definition at line 56 of file bbapi_ecdsa.hpp.


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