Opaque description of the field arithmetic and curve methods for an EC_GROUP.
Synopsis
Declared in <openssl/ec.h>
typedef 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.
Created with MrDocs