zksync_kzg

Crates.iozksync_kzg
lib.rszksync_kzg
version0.150.1
sourcesrc
created_at2024-07-05 12:46:50.294829
updated_at2024-07-08 09:37:38.546095
descriptionZKsync Era KZG implementation
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/era-zkevm_test_harness/
max_upload_size
id1292722
size970,070
(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: 229

cargo fmt