mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-07-10 17:49:29 +00:00
Saves ~300ms in the test. The main change is to have generators return fixed-size `Vec`s instead of `HashMap`s, which have more overhead.