Justin Traglia 1d3558cec2
Update rust bindings (#143)
* Update rust bindings

* Remove old test vectors

* Add #[must_use] in C_KZG_RET to avoid future missing retval checks

* Replace expect with unwrap

* Fix generate_random_commitment()

* Turn some camels to snakes

* Capitalize some consts

* Improve a bench loop

* Kill a useless extern

---------

Co-authored-by: George Kadianakis <desnacked@riseup.net>
2023-02-22 18:33:15 +02:00
2023-02-22 18:33:15 +02:00
2022-11-04 11:44:57 -07:00
2023-02-22 08:42:57 -06:00
2023-02-20 16:04:10 +00:00
2023-02-12 21:29:29 +00:00
2023-01-26 22:42:56 +00:00
2023-01-26 22:42:56 +00: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:

  • blob_to_kzg_commitment
  • compute_kzg_proof
  • verify_kzg_proof
  • compute_blob_kzg_proof
  • verify_blob_kzg_proof
  • verify_blob_kzg_proof_batch

We also provide functions for loading/freeing the trusted setup:

  • load_trusted_setup
  • load_trusted_setup_file
  • free_trusted_setup

Installation

Initialize the blst submodule:

git submodule update --init

Build blst:

cd src
make blst

Build the C-KZG code:

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