Skip to content

Version 0.7.5

Compare
Choose a tag to compare
@nick-mobilecoin nick-mobilecoin released this 23 Aug 19:29
· 99 commits to main since this release
v0.7.5
baeaa0c

Added

  • TryFrom<Quote3<T> impl for TcbInfo
  • Added Deserialize and Serialize traits to:
    • mc-sgx-core-types::QuoteNonce
  • Added ConstantTimeEq trait to:
    • mc-sgx-core-types::QuoteNonce
    • mc-sgx-core-types::Basename
    • mc-sgx-core-types::PlatformInfo
    • mc-sgx-core-types::ReportData
    • mc-sgx-core-types::KeyId
    • mc-sgx-core-types::MrEnclave
    • mc-sgx-core-types::MrSigner
    • mc-sgx-core-types::CpuSvn

Fixed

  • Fixed alloc feature in mc-sgx-dcap-types missing dependency on serde/alloc