Skip to content

release_v20240328_0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Mar 12:44
· 1185 commits to main since this release
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.