mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
* Bit of refactoring in FRI code - Inline `OpeningSet[Target]` and their `verify` methods, as they had become fairly trivial wrappers - Have the challenger observe the openings and generate alpha inside `verify_fri_proof`. Conceptually I think of it as part of the batch-FRI protocol, and it minimizes redundancy. * Fix tests