google / coset

A set of Rust types for supporting COSE
Apache License 2.0
28 stars 16 forks source link

common: cope with i64::MIN in PartialOrd #91

Closed daviddrysdale closed 6 months ago

daviddrysdale commented 6 months ago

Negating i64::MIN gives a positive value that is > i64::MAX.