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

Replace kilic/bls12-381 with gnark-crypto in Wallet #1605

Open
b00f opened this issue Nov 19, 2024 · 0 comments
Open

Replace kilic/bls12-381 with gnark-crypto in Wallet #1605

b00f opened this issue Nov 19, 2024 · 0 comments

Comments

@b00f
Copy link
Collaborator

b00f commented Nov 19, 2024

Description:

The wallet currently uses kilic/bls12-381 for BLS signatures, while the rest of the software relies on gnark-crypto.
To ensure consistency, maintainability, and reduce reliance on unmaintained libraries, the wallet should also migrate to gnark-crypto.

Since the existing tests do not depend on kilic/bls12-381 internally, no test updates are expected during this migration.

Tasks:

  1. Replace all kilic/bls12-381 usages in the wallet with gnark-crypto.
  2. Verify functionality with existing tests.
  3. Test the wallet on both 32-bit and 64-bit systems.

Related Issue: #1565

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

No branches or pull requests

1 participant