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