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