zksync_kzg

Crates.iozksync_kzg
lib.rszksync_kzg
version0.150.12
sourcesrc
created_at2024-07-05 12:46:50.294829
updated_at2024-11-06 11:40:38.772816
descriptionZKsync Era KZG implementation
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-protocol/
max_upload_size
id1292722
size970,183
(ml-ia)

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: 68

cargo fmt