v2.1.3
Overview
This is a minor release that fixes a bug which could cause verify_cell_kzg_proof_batch
results to be incorrect. In the previous release we simplified g1_lincomb_fast
by removing point-at-infinity filtering because blst added this filtering. Unfortunately, there was a path in which the filtering did not happen. We have updated blst to the latest commit which includes a fix for this.
What's Changed
- Bump the actions group with 5 updates by @dependabot[bot] in #597
- Add new zkSecurity audit report by @jtraglia in #599
- Update blst to fix point-at-infinity issue in
g1_lincomb_fast
by @jtraglia in #600 - Remove tunable threshold in
g1_lincomb_fast
by @jtraglia in #601 - Bump version to v2.1.3 by @jtraglia in #602
Full Changelog: v2.1.2...v2.1.3