[#ECC_Context] = ECC_Context :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | xref:ECC_Context/2constructor.adoc[`ECC_Context`] [.small]#[constructor]# | Initialize global elliptic curve support. | xref:ECC_Context/2destructor.adoc[`~ECC_Context`] [.small]#[destructor]# | Deinitialize global elliptic curve support. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#