Commit 239b48e
fix: correct initial_pcr to have 64 zeros (32 bytes)
SHA-256 produces 256 bits = 32 bytes = 64 hex characters.
The initial PCR value was missing one zero.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0123233 commit 239b48e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments