Skip to content

v2.1.3

Compare
Choose a tag to compare
@jtraglia jtraglia released this 16 Sep 19:53
· 8 commits to main since this release
936125d

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

Full Changelog: v2.1.2...v2.1.3