mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 01:33:07 +00:00
* Try to simplify open_plonk and fri_combine_initial a bit more - Use `alpha.powers()` in `open_plonk` instead of the more "manual" approach - No more "manually" reducing with `alpha_powers`; now using helper methods for that. - Renaming & other small tweaks * Remove type hint * Feedback