Function EC_GROUP_check_discriminant

Source
pub unsafe extern "C" fn EC_GROUP_check_discriminant(
    group: *const ec_group_st,
    ctx: *mut bignum_ctx,
) -> i32
Expand description

Checks whether the discriminant of the elliptic curve is zero or not \param group EC_GROUP object \param ctx BN_CTX object (optional) \return 1 if the discriminant is not zero and 0 otherwise