cc-api / cc-trusted-api

Unified API to Access TCG Compliant measurement, event log, quote in Confidential Computing Environment.
Apache License 2.0
28 stars 18 forks source link

golang: add Marshal func to tdx report #136

Closed Ruoyu-y closed 1 week ago

Ruoyu-y commented 1 week ago

In some cases, user would like to consume a raw tdx report (a byte array) without structures. Add the Marshal() function to TdxReport type for ease of use.