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

Ethereum KZG / EIP-4844 / Proto-danksharding followup #270

Merged
merged 10 commits into from
Sep 15, 2023
Merged

Conversation

mratsim
Copy link
Owner

@mratsim mratsim commented Sep 11, 2023

Followup on implementing EIP-4844, see #252

This adds

  • compute_kzg_proof
  • compute_blob_kzg_proof
  • verify_kzg_proof
  • verify_blob_kzg_proof

including passing tests for the Ethereum Foundation.

What's left to fully implement EIP-4844 / Ethereum KZG Polynomial Commitment for Proto-Danksharding is batch verification and parallelization.

@mratsim mratsim marked this pull request as ready for review September 15, 2023 06:20
@mratsim mratsim merged commit 153b37b into master Sep 15, 2023
12 checks passed
@mratsim mratsim deleted the kzg-followup branch September 17, 2023 16:49
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.

1 participant