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

Add EdDSA (Ed25519) signature support via ed25519-dalek #97

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

flying-kestrel
Copy link

This is a PR based on top of #96 that further expands support for EdDSA keys, this time in algorithm::ed25519_dalek, via the ed25519_dalek crate.

The rationale for adding a second mechanism to verify Ed25519 signatures is that OpenSSL is sometimes far too heavyweight of a solution; dalek is also a pure-Rust implementation, which helps for porting to less-supported architectures.

@Dygear
Copy link

Dygear commented Dec 26, 2023

This is very cool, great job!

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