Closed jcape closed 1 year ago
Discussion from 2022-08-16:
Vec<u8>
. This will be the raw quote.
sgx_quote_t
, sgx_quote3_t
, and sgx_quote4_t
.
sgx_quote_t
looks to be EPID, sgx_quote3_t
looks to be DCAP, and sgx_quote4_t
looks to be for TDXThoughts as of today's sprint-planning: Quote3 is a rustic structure that contains the parsed Quote bytes, as well as the underlying bytes (as slice or vec).
Implemented via #190, #196, #197, #200, #202, #203, #204, #205, #208