mobilecoinfoundation / sgx

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

Add Serialize/Deserialize to `TargetInfo` #365

Closed nick-mobilecoin closed 1 year ago

nick-mobilecoin commented 1 year ago

The TargetInfo type is used to go to/from an enclave from the untrusted application, so it needs to support serialization.

Future Work

Serializing for Quote3 and Report types.

nick-mobilecoin commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

codecov[bot] commented 1 year ago

Codecov Report

Merging #365 (1cfffa1) into main (e548815) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #365      +/-   ##
==========================================
+ Coverage   87.73%   87.82%   +0.09%     
==========================================
  Files          40       40              
  Lines        5414     5456      +42     
==========================================
+ Hits         4750     4792      +42     
  Misses        664      664              
Impacted Files Coverage Δ
core/sys/types/src/lib.rs 100.00% <100.00%> (ø)
core/types/src/target_info.rs 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more