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

feat: use kzg-rs for kzg point evaluation #1018

Closed
wants to merge 10 commits into from
Closed

Conversation

leruaa
Copy link
Contributor

@leruaa leruaa commented Jul 4, 2024

Motivation

Closes #1017

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to keep c-kzg as "kzg" for now so we don't break anything just yet

crates/eips/src/eip4844/sidecar.rs Outdated Show resolved Hide resolved
Comment on lines 99 to 100
#[cfg(feature = "c-kzg")]
pub fn validate(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a kzg-rs equivalent to this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but I'm on it.

Comment on lines +149 to +151
[patch.crates-io]
kzg-rs = { git = "https://github.com/leruaa/kzg-rs", branch = "verify_blobs" }
bls12_381 = { git = "https://github.com/leruaa/bls12_381", branch = "msm_variable_base" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These patches may be removed once succinctlabs/kzg-rs#3 is merged.

@leruaa leruaa closed this Oct 10, 2024
@leruaa leruaa deleted the kzg-rs branch October 10, 2024 10:47
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.

[Feature] Use kzg-rs for KZG point evaluation
2 participants