Skip to content

Commit be83d96

Browse files
committed
fix comment for report data format
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent ec234ee commit be83d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/attestation-report/src/report.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ impl From<DCAPQuote> for RAQuote {
230230
/// ReportData is a 64-byte value that is embedded in the Quote
231231
///
232232
/// The format of the report data is as follows:
233-
/// | version: 1 byte | enclave key: 20 bytes | operator: 20 bytes | nonce: 22 bytes |
233+
/// | version: 1 byte | enclave key: 20 bytes | operator: 20 bytes | reserved: 23 bytes |
234234
#[derive(Debug, Clone, PartialEq)]
235235
pub struct ReportData(pub [u8; 64]);
236236

0 commit comments

Comments
 (0)