Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use normal for loop instead of map+fold for populating PCRs
Depending on optimizations applied by the compiler, it sometimes inserts a panic in the PCR accumulation code that depends on map/fold. It is unclear in which cases it will insert one and which it won't, but for simplicity, replace this code with a for loop.
- Loading branch information