mobilecoinfoundation / sgx

SGX Libraries and Utilities
Apache License 2.0
9 stars 7 forks source link

Need Ord and PartialOrd for security version types #374

Closed nick-mobilecoin closed 11 months ago

nick-mobilecoin commented 1 year ago

security version numbers (SVN) are compared AsRef instead of directly. As such we should derive/implement the ord logic on these types