pub unsafe extern "C" fn EC_POINT_is_at_infinity(
group: *const ec_group_st,
p: *const ec_point_st,
) -> i32
Expand description
Checks whether the point is the neutral element of the group \param group the underlying EC_GROUP object \param p EC_POINT object \return 1 if the point is the neutral element and 0 otherwise