Skip to content

Version 0.7.1

Compare
Choose a tag to compare
@dolanbernard dolanbernard released this 13 Jul 00:04
· 171 commits to main since this release

Added

  • Added FromHex implementation for MrEnclave and MrSigner
  • Added From<Quote3<&[u8]>> for Quote3<Vec<u8>>

Fixed

  • Fixed ExtendedFeatureRequestMask::AMX
    • Previously the ExtendedFeatureRequestMask::AMX was mapped to SGX_XFRM_LEGACY. Now ExtendedFeatureRequestMask::AMX correctly maps to SGX_XFRM_AMX.