-
Notifications
You must be signed in to change notification settings - Fork 26
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
Ed25519 Support #57
Comments
@apowers313 node-webcrypto-p11 implements |
I have done some work upstream in webcrypto-core to add EdDSA, and plan to implement it here in an upcoming PR. |
changes made in #61 |
@Mischala @microshine What's the status here? Is this going to be integrated soon? I'm willing to work on it if needed. |
No progress but we’re interested in a PR :) |
@Mischala checking out your fork, what was the stopping point there? Some technical issue? |
|
Try this example. But copy files locally and run it. It doesn't work in It uses an unpublished |
There is a problem with |
@indutny any chance to get Ed448 working in elliptic for our use case? |
Based on the conversation in PeculiarVentures/PKI.js#164 I'm hoping I can get help with adding the
Ed25519
curve to webcrypto-liner. It looks like @microshine just addedsecp256k1
-- I'm assuming the easiest path is to look at those edits and copy them?I'm a little concerned about whether or not I'm going to be successful in creating a PR here without a significant investment of time. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: