UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::fast::SelftestReport Struct Reference

#include <selftest.hpp>

Public Member Functions

std::string to_text () const
 
std::string to_json () const
 

Public Attributes

bool all_passed
 
int total
 
int passed
 
std::string mode
 
uint64_t seed
 
std::string platform
 
std::vector< SelftestCaseResultcases
 

Detailed Description

Definition at line 28 of file selftest.hpp.

Member Function Documentation

◆ to_json()

std::string secp256k1::fast::SelftestReport::to_json ( ) const

◆ to_text()

std::string secp256k1::fast::SelftestReport::to_text ( ) const

Member Data Documentation

◆ all_passed

bool secp256k1::fast::SelftestReport::all_passed

Definition at line 29 of file selftest.hpp.

◆ cases

std::vector<SelftestCaseResult> secp256k1::fast::SelftestReport::cases

Definition at line 35 of file selftest.hpp.

◆ mode

std::string secp256k1::fast::SelftestReport::mode

Definition at line 32 of file selftest.hpp.

◆ passed

int secp256k1::fast::SelftestReport::passed

Definition at line 31 of file selftest.hpp.

◆ platform

std::string secp256k1::fast::SelftestReport::platform

Definition at line 34 of file selftest.hpp.

◆ seed

uint64_t secp256k1::fast::SelftestReport::seed

Definition at line 33 of file selftest.hpp.

◆ total

int secp256k1::fast::SelftestReport::total

Definition at line 30 of file selftest.hpp.


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