EC_GROUP_get_order

Gets the order of a EC_GROUP \param group EC_GROUP object \param order BIGNUM to which the order 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_order
(
const(EC_GROUP)* group
,
BIGNUM* order
,
BN_CTX* ctx
)

Meta