-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Feature]: Implement Ed25519 signature #260
Comments
I will work on this. |
Hey @programskillforverification! Thank you for your interest in contributing to our library 🚀 |
@programskillforverification awesome to have you as a recurring contributor 🚀 - just make sure we prioritize #275 and get that merged ASAP. |
@ggonzalez94 so we don't use |
@programskillforverification correct. I'll gonna add elliptic curves primitives first and based on them add ed25519 curve. After it will be possible to have a signature based on that curve |
Blocked by #343 |
What is the feature you would like to see?
Reference implementation: https://github.com/RustCrypto/signatures/tree/master/ed25519
Contribution Guidelines
The text was updated successfully, but these errors were encountered: