Opaque description of the field arithmetic and curve methods for an EC_GROUP.

Synopsis

Declared in <openssl/ec.h>

struct ec_method_st;

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