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

[Feature]: Implement Ed25519 signature #260

Open
1 task done
ggonzalez94 opened this issue Aug 25, 2024 · 5 comments · May be fixed by #421
Open
1 task done

[Feature]: Implement Ed25519 signature #260

ggonzalez94 opened this issue Aug 25, 2024 · 5 comments · May be fixed by #421
Assignees
Labels
effort: high Large or difficult task. needs information We need more information to work on this. type: feature New feature request. uphill Some research/design is needed before this can be implemented.

Comments

@ggonzalez94
Copy link
Collaborator

What is the feature you would like to see?

Reference implementation: https://github.com/RustCrypto/signatures/tree/master/ed25519

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
@ggonzalez94 ggonzalez94 added type: feature New feature request. needs information We need more information to work on this. effort: high Large or difficult task. uphill Some research/design is needed before this can be implemented. labels Aug 25, 2024
@programskillforverification
Copy link
Contributor

I will work on this.

@bidzyyys
Copy link
Collaborator

bidzyyys commented Oct 7, 2024

Hey @programskillforverification! Thank you for your interest in contributing to our library 🚀
Go ahead and update us whenever you need any assistance or take a design decision.

@ggonzalez94
Copy link
Collaborator Author

@programskillforverification awesome to have you as a recurring contributor 🚀 - just make sure we prioritize #275 and get that merged ASAP.
Looking forward to seeing your PR on this one!

@programskillforverification programskillforverification linked a pull request Nov 26, 2024 that will close this issue
3 tasks
@programskillforverification
Copy link
Contributor

@ggonzalez94 so we don't use Signature in reference implementation and implement an our own ed25519?

@qalisander
Copy link
Member

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: high Large or difficult task. needs information We need more information to work on this. type: feature New feature request. uphill Some research/design is needed before this can be implemented.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants