Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@nick-mobilecoin nick-mobilecoin released this 30 Jan 23:03
· 483 commits to main since this release
v0.4.0
d51a8de

Added

  • SignatureData: mc_sgx_dcap_types::SignatureData wraps up
    the sgx_ql_ecdsa_sig_data_t type.
  • verify_nonce(): mc_sgx_dcap_types::Quote3 can verify a nonce matches that
    which was provided in a mc_sgx_core_types::ReportData.

Changed

  • mc_sgx_dcap_types::Quote3Error was renamed to mc_sgx_dcap_types::QlError
    to better indicate it's an error coming from the SGX quote library SDK.