We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec234ee commit be83d96Copy full SHA for be83d96
modules/attestation-report/src/report.rs
@@ -230,7 +230,7 @@ impl From<DCAPQuote> for RAQuote {
230
/// ReportData is a 64-byte value that is embedded in the Quote
231
///
232
/// The format of the report data is as follows:
233
-/// | version: 1 byte | enclave key: 20 bytes | operator: 20 bytes | nonce: 22 bytes |
+/// | version: 1 byte | enclave key: 20 bytes | operator: 20 bytes | reserved: 23 bytes |
234
#[derive(Debug, Clone, PartialEq)]
235
pub struct ReportData(pub [u8; 64]);
236
0 commit comments