Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust API for EIP4844 - Ethereum KZG commitment #320

Merged
merged 13 commits into from
Dec 17, 2023
Merged

Rust API for EIP4844 - Ethereum KZG commitment #320

merged 13 commits into from
Dec 17, 2023

Conversation

mratsim
Copy link
Owner

@mratsim mratsim commented Dec 17, 2023

This fully exposes a Rust KZG commitments API for EIP-4844:

It includes:

  • Parallelism support for KZG-Go
    • Parallel tests
  • Auto-generated low-level Rust bindings
  • Rustified high-level API
    • Serial tests
    • Parallel tests
    • Rust CI

Closes #300 together with the Go API #318 (will be used for fuzzing).

cc @sauliusgrigaitis for integration in https://github.com/sifraitech/rust-kzg benchmarks.

@mratsim mratsim merged commit 8991b16 into master Dec 17, 2023
16 checks passed
@mratsim mratsim deleted the kzg-rust branch December 17, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EIP-4844: production readiness
1 participant