pub unsafe extern "C" fn EC_GROUP_cmp(
a: *const ec_group_st,
b: *const ec_group_st,
ctx: *mut bignum_ctx,
) -> i32
Expand description
Compares two EC_GROUP objects \param a first EC_GROUP object \param b second EC_GROUP object \param ctx BN_CTX object (optional) \return 0 if the groups are equal, 1 if not, or -1 on error