Skip to content

risc0: fix iter_sha2 bench

Julien Coolen requested to merge iter_sha2 into main

We used to hash one more time in the guest function, and return a byte sequence instead of a `Digest`.

Merge request reports