Gets the field of an EC_GROUP
Synopsis
Declared in <openssl/ec.h>
BIGNUM const*
EC_GROUP_get0_field(EC_GROUP const* group);
Return Value
the group field
Parameters
Name |
Description |
group |
EC_GROUP object |
Created with MrDocs