UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::coins::wallet::MessageSignature Struct Reference

#include <wallet.hpp>

Public Member Functions

std::array< std::uint8_t, 65 > to_rsv () const
 

Public Attributes

std::array< std::uint8_t, 32 > r
 
std::array< std::uint8_t, 32 > s
 
int recid
 
std::uint64_t v
 

Detailed Description

Definition at line 52 of file wallet.hpp.

Member Function Documentation

◆ to_rsv()

std::array< std::uint8_t, 65 > secp256k1::coins::wallet::MessageSignature::to_rsv ( ) const

Member Data Documentation

◆ r

std::array<std::uint8_t, 32> secp256k1::coins::wallet::MessageSignature::r

Definition at line 53 of file wallet.hpp.

◆ recid

int secp256k1::coins::wallet::MessageSignature::recid

Definition at line 55 of file wallet.hpp.

◆ s

std::array<std::uint8_t, 32> secp256k1::coins::wallet::MessageSignature::s

Definition at line 54 of file wallet.hpp.

◆ v

std::uint64_t secp256k1::coins::wallet::MessageSignature::v

Definition at line 56 of file wallet.hpp.


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