Function EC_POINT_cmp

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

Compares two EC_POINTs \param group underlying EC_GROUP object \param a first EC_POINT object \param b second EC_POINT object \param ctx BN_CTX object (optional) \return 1 if the points are not equal, 0 if they are, or -1 on error