|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
Public Attributes | |
| ufsecp_error_t | last_err |
| char | last_msg [128] |
| bool | selftest_ok |
Definition at line 83 of file ufsecp_impl.cpp.
| ufsecp_error_t ufsecp_ctx::last_err |
Definition at line 84 of file ufsecp_impl.cpp.
Referenced by ctx_clear_err(), ctx_set_err(), ufsecp_ctx_create(), ufsecp_last_error(), and ufsecp_last_error_msg().
| char ufsecp_ctx::last_msg[128] |
Definition at line 85 of file ufsecp_impl.cpp.
Referenced by ctx_clear_err(), ctx_set_err(), ufsecp_ctx_create(), and ufsecp_last_error_msg().
| bool ufsecp_ctx::selftest_ok |
Definition at line 86 of file ufsecp_impl.cpp.
Referenced by ufsecp_ctx_create().