Function EC_POINT_is_on_curve

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

Checks whether the point is on the curve \param group underlying EC_GROUP object \param point EC_POINT object to check \param ctx BN_CTX object (optional) \return 1 if the point is on the curve, 0 if not, or -1 on error