diff --git a/src/platform/tpm.rs b/src/platform/tpm.rs index 1014beb..38228eb 100644 --- a/src/platform/tpm.rs +++ b/src/platform/tpm.rs @@ -110,7 +110,7 @@ impl PlatformTpm { return Ok(()); }; - // Encode the description as a UTF-16 little endian string. + // Encode the description as UTF-8. let description = description.as_bytes().to_vec(); // Construct an event input for the TPM.