Opaque description of the field arithmetic and curve methods for an EC_GROUP.
Declared in <openssl/ec.h>
<openssl/ec.h>
typedef ec_method_st EC_METHOD;
Concrete EC_METHOD objects (for example EC_GFp_simple_method()) select how group and point operations are implemented for a given field type.