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
Name |
Description |
|
Initialize global elliptic curve support. |
|
Deinitialize global elliptic curve support. |
Created with MrDocs