Skip to content

Commit 76128d8

Browse files
committed
Minor edit to readme
1 parent 88c06c2 commit 76128d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Immediately after the TLS handshake, an attestation exchange is made. The server
111111
Attestation exchange messages are formatted as follows:
112112
- A 4 byte length prefix - a big endian encoded unsigned 32 bit integer
113113
- A SCALE (Simple Concatenated Aggregate Little-Endian) encoded [struct](./src/attestation/mod.rs) with the following fields:
114-
- Attestation type - a string with one of the attestation types (described above) including `none`.
115-
- Attestation - the actual attestation data. In the case of DCAP this is a binary quote report. In the case of `none` this is an empty byte array.
114+
- `attestation_type` - a string with one of the attestation types (described above) including `none`.
115+
- `attestation` - the actual attestation data. In the case of DCAP this is a binary quote report. In the case of `none` this is an empty byte array.
116116

117117
SCALE is used by parity/substrate and was chosen because it is simple and actually matches the formatting used in TDX quotes. So it was already used as a dependency (of the `dcap-qvl` crate) here.
118118

0 commit comments

Comments
 (0)