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

Extend the keygen and sign precompiles to handle multiple schemes #199

Merged
merged 4 commits into from Feb 19, 2024

Conversation

ferranbt
Copy link
Collaborator

📝 Summary

This PR overloads the signMessage and generateKey precompiles with an enum flag that determines the type of signature to use. Right now it provides two signature schemes, SECP256 and BLS.

📚 References


  • I have seen and agree to CONTRIBUTING.md

@ferranbt ferranbt changed the title Extend the keygen and sign precompiles to handle multiple crypto sign… Extend the keygen and sign precompiles to handle multiple schemes Feb 18, 2024
Copy link
Collaborator

@dmarzzz dmarzzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ferranbt ferranbt merged commit 0f45f36 into main Feb 19, 2024
4 checks passed
@ferranbt ferranbt deleted the feature/keygen-and-precompile-with-bls branch February 19, 2024 16:45
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.

None yet

2 participants