25 releases

new 0.151.3 Feb 20, 2025
0.150.21 Feb 7, 2025
0.150.19 Dec 20, 2024
0.150.16 Nov 21, 2024
0.150.2-rc.2 Jul 31, 2024

#916 in Magic Beans

Download history 7295/week @ 2024-10-30 6198/week @ 2024-11-06 5586/week @ 2024-11-13 3809/week @ 2024-11-20 3646/week @ 2024-11-27 2673/week @ 2024-12-04 2492/week @ 2024-12-11 3448/week @ 2024-12-18 811/week @ 2024-12-25 2591/week @ 2025-01-01 4627/week @ 2025-01-08 4044/week @ 2025-01-15 2895/week @ 2025-01-22 2060/week @ 2025-01-29 4307/week @ 2025-02-05 2690/week @ 2025-02-12

12,490 downloads per month
Used in 12 crates (2 directly)

MIT/Apache

2MB
33K SLoC

Kzg crate

This crate contains functions related to kzg commitment that is used for 4844 blobs.

There are 3 methods that are used by era from this crate:

  • pubdata_to_blob_commitments - computes the blob commitments for given pub data
  • KzgInfo - holds all the methods for converting bytes into blobs
  • ZK_SYNC_BYTES_PER_BLOB - information on how much data is stored per blob.

lib.rs:

Implementation based on https://github.com/ethereum/consensus-specs/blob/86fb82b221474cc89387fa6436806507b3849d88/specs/deneb/polynomial-commitments.md

Dependencies

~16MB
~306K SLoC