mobilecoinfoundation / sgx

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

Handle `Quote` (specifically Quote3) #66

Closed jcape closed 1 year ago

jcape commented 2 years ago
nick-mobilecoin commented 2 years ago

Discussion from 2022-08-16:

jcape commented 1 year ago

Thoughts 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).

nick-mobilecoin commented 1 year ago

Implemented via #190, #196, #197, #200, #202, #203, #204, #205, #208