Skip to content

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.

License

Notifications You must be signed in to change notification settings

ethereum/c-kzg-4844

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-KZG-4844: A minimal library for EIP-4844 Polynomial Commitments

This is a copy of C-KZG stripped down to support the Polynomial Commitments API:

  • compute_aggregate_kzg_proof
  • verify_aggregate_kzg_proof
  • blob_to_kzg_commitment
  • verify_kzg_proof

We also provide load_trusted_setup and free_trusted_setup to load the trusted setup data from a file into an object that can be passed to the API functions, and functions for converting commitments/proofs/points to/from bytes.

Installation

Install the blst submodule

git submodule update --init

Build blst

cd src
make blst

Build the C-KZG code

cd src
make

About

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.

Resources

License

Stars

Watchers

Forks

Packages

No packages published