You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently integrating Trustee client support for the SVSM attestation proxy. Trustee has added a number of types that are expected to be serialized by the client, like CompositeEvidence, RuntimeData, and TeeEvidence.
With another consumer (i.e. NOT trustee/guest-components) of the KBS protocol in Trustee, it's absolutely crucial that all types and {de}serialization within the KBS protocol (and the KBS protocol itself) is stable. This crate should be used to accommodate that.