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

EIP-7594 implementation #267

Draft
wants to merge 98 commits into
base: main
Choose a base branch
from
Draft

Conversation

ArtiomTr
Copy link
Contributor

No description provided.

BaVilius and others added 25 commits November 7, 2024 13:14
eip-7594 for arkworks 2nd attempt
…lify some code, deleted unsed parallelization, in intermediate_weights changed chunk size from 64 to r_powers.len() / rayon::current_num_threads() (also tried with thread::available_parallelism but this added more code with no performance improvment found
…atch-eip-7594

Optimized verify_cell_kzg_proof_batch by adding #[cfg(feature = "parallel")] in the function itself and also in some helper functions
@ArtiomTr ArtiomTr force-pushed the eip-7594 branch 2 times, most recently from ea42547 to 7dc25f7 Compare November 28, 2024 08:02
Arkworks3 Eip-7594 implementation
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.

9 participants