You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Replace all kilic/bls12-381 usages in the wallet with gnark-crypto.
Verify functionality with existing tests.
Test the wallet on both 32-bit and 64-bit systems.
Description:
The wallet currently uses
kilic/bls12-381
for BLS signatures, while the rest of the software relies ongnark-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:
kilic/bls12-381
usages in the wallet withgnark-crypto
.Related Issue: #1565
The text was updated successfully, but these errors were encountered: