Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ECCVerifyHandle Class Reference
Users of this module must hold an ECCVerifyHandle. More...
#include <pubkey.h>
Public Member Functions | |
ECCVerifyHandle () | |
~ECCVerifyHandle () | |
Static Private Attributes | |
static int | refcount = 0 |
Detailed Description
Users of this module must hold an ECCVerifyHandle.
The constructor and destructor of these are not allowed to run in parallel, though.
Constructor & Destructor Documentation
◆ ECCVerifyHandle()
ECCVerifyHandle::ECCVerifyHandle | ( | ) |
Definition at line 284 of file pubkey.cpp.
References refcount, secp256k1_context_create(), and SECP256K1_CONTEXT_VERIFY.
◆ ~ECCVerifyHandle()
ECCVerifyHandle::~ECCVerifyHandle | ( | ) |
Definition at line 294 of file pubkey.cpp.
References refcount, and secp256k1_context_destroy().
Member Data Documentation
◆ refcount
|
staticprivate |
Definition at line 250 of file pubkey.h.
Referenced by ECCVerifyHandle(), and ~ECCVerifyHandle().
The documentation for this class was generated from the following files:
- src/pubkey.h
- src/pubkey.cpp