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

Refactor Signer module to abstract raw signing and build eth and bls signer on top of that #398

Open
shrimalmadhur opened this issue Nov 20, 2024 · 0 comments

Comments

@shrimalmadhur
Copy link
Collaborator

  • Right now we don't have good abstractions on signer and crypto modules. They are all over the place in crypto and signerv2 folder. We want to make better signing abstraction and make everything can be build on top of it

Potential components include

  • Raw bytes signer with multiple curves
  • Build BLS signer and ETH signer on top of it
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