Skip to content

Commit b83c2cb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Attestation exchange messages are formatted as follows:
114114
- `attestation_type` - a string with one of the attestation types (described above) including `none`.
115115
- `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

117-
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.
117+
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 (via the [`dcap-qvl`](https://docs.rs/dcap-qvl) crate).
118118

119119
### Attestation Generation and Verification
120120

0 commit comments

Comments
 (0)