2022-11-03 23:44:08 -07:00
2022-11-03 23:44:08 -07:00
2022-11-03 23:15:50 -07:00
2021-02-01 20:15:45 +00:00
2022-11-03 23:38:17 -07:00
2022-11-01 22:22:14 -07:00
2022-11-03 23:15:50 -07:00
2021-02-01 20:15:45 +00:00

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 conversions to/from byte arrays for the relevant types.

The only dependency is blst. Ensure blst.h is provided in inc and libblst.a in lib. (blst.h includes blst_aux.h, but the latter is unused and can be empty.) TODO: import these via git submodule

Description
Minimal 4844 version of c-kzg
Readme Apache-2.0
Languages
Nim 42.9%
C 26.4%
Rust 7.2%
Java 6.1%
C# 3.8%
Other 13.6%