|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <iostream>#include <cstdlib>#include <mutex>Go to the source code of this file.
Namespaces | |
| namespace | secp256k1 |
| namespace | secp256k1::fast |
Macros | |
| #define | SECP256K1_INIT() secp256k1::fast::ensure_library_integrity(false) |
| #define | SECP256K1_INIT_VERBOSE() secp256k1::fast::ensure_library_integrity(true) |
Functions | |
| bool | secp256k1::fast::Selftest (bool verbose) |
| bool | secp256k1::fast::ensure_library_integrity (bool verbose=false) |
| #define SECP256K1_INIT | ( | ) | secp256k1::fast::ensure_library_integrity(false) |
| #define SECP256K1_INIT_VERBOSE | ( | ) | secp256k1::fast::ensure_library_integrity(true) |