zksync_kzg

Crates.iozksync_kzg
lib.rszksync_kzg
version0.153.1
created_at2024-07-05 12:46:50.294829+00
updated_at2025-09-22 19:28:07.657539+00
descriptionZKsync Era KZG implementation
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-protocol/
max_upload_size
id1292722
size1,004,629
(CratesMatterLabs)

documentation

README

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.
Commit count: 137

cargo fmt