|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | secp256k1::fast::SelftestCaseResult |
| struct | secp256k1::fast::SelftestReport |
Namespaces | |
| namespace | secp256k1 |
| namespace | secp256k1::fast |
Enumerations | |
| enum class | secp256k1::fast::SelftestMode : uint8_t { secp256k1::fast::smoke = 0 , secp256k1::fast::ci = 1 , secp256k1::fast::stress = 2 } |
Functions | |
| bool | secp256k1::fast::Selftest (bool verbose) |
| bool | secp256k1::fast::Selftest (bool verbose, SelftestMode mode, uint64_t seed=0) |
| SelftestReport | secp256k1::fast::selftest_report (SelftestMode mode=SelftestMode::smoke, uint64_t seed=0) |