[#EC_METHOD] = EC_METHOD :mrdocs: Opaque description of the field arithmetic and curve methods for an EC_GROUP. == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:ec_method_st.adoc[ec_method_st] EC_METHOD; ---- == Description Concrete EC_METHOD objects (for example EC_GFp_simple_method()) select how group and point operations are implemented for a given field type. [.small]#Created with https://www.mrdocs.com[MrDocs]#