ECC_Context

RAII class initializing and deinitializing global state for elliptic curve support. Only one instance may be initialized at a time.

Synopsis

Declared in <key.h>

class ECC_Context;

Description

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.

Member Functions

NameDescription
ECC_Context [constructor]Initialize global elliptic curve support.
~ECC_Context [destructor]Deinitialize global elliptic curve support.