mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-07-10 09:39:31 +00:00
* Refactor GMiMC code Adds a sub-trait of `Field` called `GMiMCInterface`, which is similar to `PoseidonInterface`. This lets us have different fields with different GMiMC constants in a type-safe way. * Remove `Interface` * Const generic for width