mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:30:17 +00:00
fix(tpm): correct comment about the format of the description data
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user