Skip to content

Commit 48da0e1

Browse files
committed
trusted: fix PCR documentation
1 parent c753791 commit 48da0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/keytypes/trusted.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ pub struct TrustedOptions {
8989
pub keyauth: Option<[u8; 20]>,
9090
/// The authorization for sealing data.
9191
pub blobauth: Option<[u8; 20]>,
92-
// TODO: What is this?
92+
/// Platform Configuration Register (PCR) data.
9393
pub pcrinfo: Option<Vec<u8>>,
94-
/// The PCR in the TPM to extend and lock the key.
94+
/// The PCR number in the TPM to extend and lock the key.
9595
///
9696
/// Only makes sense during a `Load` operation.
9797
pub pcrlock: Option<u32>,

0 commit comments

Comments
 (0)