File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ impl TransientKeyContextBuilder {
641
641
/// Bootstrap the TransientKeyContext.
642
642
///
643
643
/// The root key is created as a primary key in the provided hierarchy and thus authentication is
644
- /// needed for said hierarchy. The authentication valuei for the key is generated by the TPM itself,
644
+ /// needed for said hierarchy. The authentication value for the key is generated by the TPM itself,
645
645
/// with a configurable length, and never exposed outside the context.
646
646
///
647
647
/// # Warning
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ impl Context {
360
360
/// # SymmetricDefinitionObject::AES_256_CFB,
361
361
/// # RsaKeyBits::Rsa2048,
362
362
/// # RsaExponent::default(),
363
- /// # ).expect("Failed to Public structure for key"),
363
+ /// # ).expect("Failed to create Public structure for key"),
364
364
/// # Some(auth_value_primary),
365
365
/// # None,
366
366
/// # None,
You can’t perform that action at this time.
0 commit comments