Skip to content

Commit

Permalink
Update initrd/bin/tpmr
Browse files Browse the repository at this point in the history
match desc of function in comment

Co-authored-by: JonathonHall-Purism <109107914+JonathonHall-Purism@users.noreply.github.com>
  • Loading branch information
tlaurion and JonathonHall-Purism authored Aug 28, 2024
1 parent 5299266 commit 27a66f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/bin/tpmr
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ is_hash() {

# extend_pcr_state - extend a PCR state value with more hashes or raw data (which is hashed)
# usage:
# extend_pcr_state <alg> <initial_state> <files/hashes...>
# extend_pcr_state <alg> <state> <files/hashes...>
# alg - either 'sha1' or 'sha256' to specify algorithm
# state - a hash value setting the initial state
# files/hashes... - any number of files or hashes, state is extended once for each item
Expand Down

0 comments on commit 27a66f6

Please sign in to comment.