EC_GROUP_get_cofactor

Gets the cofactor of a EC_GROUP \param group EC_GROUP object \param cofactor BIGNUM to which the cofactor is copied \param ctx BN_CTX object (optional) \return 1 on success and 0 if an error occured

extern (C) nothrow
int
EC_GROUP_get_cofactor
(
const(EC_GROUP)* group
,
BIGNUM* cofactor
,
BN_CTX* ctx
)

Meta