Skip to content

Commit

Permalink
Merge pull request parallaxsecond#456 from brandsimon/sbr/fix_typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
Superhepper authored Oct 15, 2023
2 parents 8a7a4cb + 19b2b1f commit f025684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tss-esapi/src/abstraction/transient/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ impl TransientKeyContextBuilder {
/// Bootstrap the TransientKeyContext.
///
/// The root key is created as a primary key in the provided hierarchy and thus authentication is
/// needed for said hierarchy. The authentication valuei for the key is generated by the TPM itself,
/// needed for said hierarchy. The authentication value for the key is generated by the TPM itself,
/// with a configurable length, and never exposed outside the context.
///
/// # Warning
Expand Down
2 changes: 1 addition & 1 deletion tss-esapi/src/context/tpm_commands/context_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ impl Context {
/// # SymmetricDefinitionObject::AES_256_CFB,
/// # RsaKeyBits::Rsa2048,
/// # RsaExponent::default(),
/// # ).expect("Failed to Public structure for key"),
/// # ).expect("Failed to create Public structure for key"),
/// # Some(auth_value_primary),
/// # None,
/// # None,
Expand Down

0 comments on commit f025684

Please sign in to comment.