Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #456

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading