mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 10:13:09 +00:00
* Goldilocks field Based on Hamish's old branch, but I updated it with a few missing things like generators. Pulled the inversion code into a shared helper method to avoid redundancy. Just the base field for now. We can add a quartic extension field later. * typo * PR feedback * More overflowing -> wrapping * fmt * cleanup