RAII class initializing and deinitializing global state for elliptic curve support. Only one instance may be initialized at a time.
Declared in <key.h>
class ECC_Context;
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.
| Name | Description |
|---|---|
ECC_Context [constructor] | Initialize global elliptic curve support. |
~ECC_Context [destructor] | Deinitialize global elliptic curve support. |