Overview
This is a minor release which contains an important bug fix. The computed challenge for verify_cell_kzg_proof_batch
did not take into account all deduplicated commitments, resulting in a potential Weak Fiat-Shamir vulnerability. See #607 for more details.
What's Changed
- Fix rust CI checks by @jtraglia in #608
- Create cell verification challenge with deduplicated commitments by @jtraglia in #607
- Bump versions to v2.1.5 by @jtraglia in #609
Full Changelog: v2.1.4...v2.1.5