Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | List of all members
ECC_Context Class Reference

RAII class initializing and deinitializing global state for elliptic curve support. More...

#include <key.h>

Public Member Functions

 ECC_Context ()
 
 ~ECC_Context ()
 

Detailed Description

RAII class initializing and deinitializing global state for elliptic curve support.

Only one instance may be initialized at a time.

In the future global ECC state could be removed, and this class could contain state and be passed as an argument to ECC key functions.

Definition at line 321 of file key.h.

Constructor & Destructor Documentation

◆ ECC_Context()

ECC_Context::ECC_Context ( )

Definition at line 476 of file key.cpp.

Here is the call graph for this function:

◆ ~ECC_Context()

ECC_Context::~ECC_Context ( )

Definition at line 481 of file key.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: