-
Notifications
You must be signed in to change notification settings - Fork 184
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
ES256K and EdDSA support #158
Comments
Also X25519 for ECDH-ES (RFC-8037) |
ok :) |
Here's another vote for supporting EdDSA signing/verification! |
i hear you guys :) will be next one in a chain |
vote up. Any news there? |
Not really, hard to find time. What's your use case? |
need to sign and verify JWT tokens with keys generated with EdDSA alg. Meanwhile I used https://github.com/scottbrady91/IdentityModel for that but it is not that easy there. |
yeah.. need to find some time. Though that's good there is some other library to cross validate implementation. I'm open to PRs btw :) |
Research and consider including support for
ES256K
andEdDSA
signing. Those seems to get some popularity.The text was updated successfully, but these errors were encountered: