Skip to content

Releases: ethereum/c-kzg-4844

v2.1.8

Choose a tag to compare

@jtraglia jtraglia released this 09 Jul 22:30
e125905

Overview

This is a minor release which adds Zig bindings.

What's Changed

New Contributors

Full Changelog: v2.1.7...v2.1.8

v2.1.7

Choose a tag to compare

@jtraglia jtraglia released this 11 Mar 13:40
9f4bcc8

Overview

This is a minor release which contains an optimization in the rust bindings.

What's Changed

Full Changelog: v2.1.6...v2.1.7

v2.1.6

Choose a tag to compare

@jtraglia jtraglia released this 26 Feb 15:12
673d93c

Overview

This is a minor release which improves the performance of compute_cells_and_kzg_proofs and recover_cells_and_kzg_proofs by ~10%, and improves portability across compilers and operating systems (notably FreeBSD).

What's Changed

  • Add skip-existing option to Python release workflow by @jtraglia in #614
  • Rerun formatter with clang 20 updates by @jtraglia in #615
  • Use latest python version in CI actions by @jtraglia in #616
  • Install setuptools in source distribution step by @jtraglia in #617
  • Update trusted setup URL to use master branch by @jtraglia in #623
  • Benchmark measuring proof verification with different numbers of cells by @kasey in #624
  • Batch convert commitments/proofs to bytes by @jtraglia in #626
  • Add missing include for assert by @jtraglia in #627
  • Prescale coefficients to avoid expensive scalar multiplications by @jtraglia in #628
  • Simplify missing cell handling in recovery by @jtraglia in #629
  • Require gmake in python bindings build for FreeBSD by @jtraglia in #630
  • Update all dependencies by @jtraglia in #631
  • Bump versions to v2.1.6 by @jtraglia in #632
  • Allow compiler overrides & only use some flags for clang by @jtraglia in #633
  • Bump clang-format to v21 by @jtraglia in #634

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.5

Choose a tag to compare

@jtraglia jtraglia released this 30 Sep 18:36
7043f4d

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

Full Changelog: v2.1.4...v2.1.5

v2.1.4

Choose a tag to compare

@jtraglia jtraglia released this 18 Sep 16:08
a679ae5

Overview

Some Ethereum clients have (rightfully) expressed concerns with using an unreleased version of blst. To address these concerns, we reverted blst to its latest stable version and added back point-at-infinity filtering in c-kzg-4844.

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

Choose a tag to compare

@jtraglia jtraglia released this 16 Sep 19:53
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

v2.1.2

Choose a tag to compare

@asn-d6 asn-d6 released this 04 Sep 10:24

Overview

This is a minor release that fixes audit findings (ZKSecurity and internal), adds RecoverCells() to Go bindings, simplifies code, and improves test coverage.

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

Choose a tag to compare

@jtraglia jtraglia released this 31 Mar 20:52
28743bc

Overview

This is a minor release which includes various improvements to the bindings.

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@jtraglia jtraglia released this 13 Mar 18:34
570d3fe

Overview

This is a minor release which adds a compute_cells method to all bindings.

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@jtraglia jtraglia released this 03 Sep 13:27
1cf06e1

Overview

This is a minor release which fixes package publishing issues for some bindings.

What's Changed

Full Changelog: v2.0.0...v2.0.1