mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
* Working "faster" inverse algo, using u128s. * Faster inverse_2exp for large exp. * More inverse tests. * Make f, g u64. * Comments. * Unroll first two iterations. * Fix bug and re-unroll first two iterations. * Simplify loop. * Refactoring and documentation. * Clean up testing. * Move inverse code to inversion.rs; use in GoldilocksField. * Bench quartic Goldilocks extension too. * cargo fmt * Add more documentation. * Address Jakub's comments.