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

#include <bbapi_ecdsa.hpp>

Public Member Functions

 MSGPACK_FIELDS (public_key)
 
bool operator== (const Response &) const =default
 

Public Attributes

secp256r1::g1::affine_element public_key
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "EcdsaSecp256r1ComputePublicKeyResponse"
 

Detailed Description

Definition at line 49 of file bbapi_ecdsa.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::EcdsaSecp256r1ComputePublicKey::Response::MSGPACK_FIELDS ( public_key  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 50 of file bbapi_ecdsa.hpp.

◆ public_key

secp256r1::g1::affine_element bb::bbapi::EcdsaSecp256r1ComputePublicKey::Response::public_key

Definition at line 51 of file bbapi_ecdsa.hpp.


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