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

feat: add support for ed25519 in signer #1818

Open
hitchhooker opened this issue Oct 8, 2024 · 0 comments
Open

feat: add support for ed25519 in signer #1818

hitchhooker opened this issue Oct 8, 2024 · 0 comments

Comments

@hitchhooker
Copy link

I'm working on a cli that transfers using ed25519 SSH keys and .dot/github identities. however, I couldn't find any support for ed25519 in subxt yet.

I get it that it has been discarded as almost same/lesser than sr25519, but by the looks of it, JAM will introduce shift to using ed25519.

for now, I am using sp_core::{ed25519, crypto::Pair} to handle signing in my project, but it would be great to see support for ed25519 signing in subxt as well.

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