Returns the EC_METHOD of the EC_GROUP object.
Declared in <openssl/ec.h>
[[deprecated]]
EC_METHOD const*
EC_GROUP_method_of(EC_GROUP const* group);
Deprecated. Use of this entity is allowed but discouraged.
EC_METHOD used in this EC_GROUP object.
| Name | Description |
|---|---|
| group | EC_GROUP object |