mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-27 10:25:29 +00:00
Justin Traglia
7e3189d48a
Python bindings workflow (#65)
* Add python bindings workflow * Update test name * Build blst first * Build ckzg too
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
Description
Languages
Nim
42.9%
C
26.4%
Rust
7.2%
Java
6.1%
C#
3.8%
Other
13.6%