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

Remove blst dependency #279

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

ArtiomTr
Copy link
Contributor

@ArtiomTr ArtiomTr commented Jan 15, 2025

In this PR:

  • Removed blst dependency from kzg, zkcrypto and arkworks crates.

  • Copied blst structures into kzg crate

  • arkworks3 and constantine backends still depend on blst, as there are still several problems unsolved:

    • in constantine backend, pairings are calculated via blst.
    • in arkworks3 backend, G1 & G2 serialization/deserialization is done via blst

    Those two problems need to be solved, to remove blst dependency.

This PR is needed for grandinetech/grandine#74

@ArtiomTr ArtiomTr marked this pull request as ready for review January 15, 2025 20:05
@sauliusgrigaitis sauliusgrigaitis merged commit 720643a into grandinetech:main Jan 20, 2025
31 checks passed
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.

2 participants