-
Notifications
You must be signed in to change notification settings - Fork 71
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
Clarify ES256K / ES256K-R Documentation #62
Comments
I propose the following:
|
same concern as w3c/did-extensions#79. At least I am familiar with ecrecover and have tooling that will work, but none of the readily available JWT libraries support it. |
@jonnycrunch agreed, at this point, I would say that I created https://github.com/decentralized-identity/EcdsaSecp256k1RecoverySignature2020 to try and teach DIF members how to create linked data suites, but I give up :) I would suggest we add a warning, telling people to never use |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
ES256K is a draft:
ES256K-R is not well defined (outside of the documentation in this repo).
Describe the solution you'd like
We should define
ES256K-R
sufficient for alternative implementations in other languages.We should clarify how ecrecover is used, and provide support for people who want to use ethereumAddresses with
ES256K
(fully document how to do this).We should submit this documentation to ietf, and push for it to be added to JOSE, and be very clear about the status of our draft request (Not Supported, Pending Review, Accepted)... This will help developers avoid disappointment related to interoperability.
Describe alternatives you've considered
Supports ES256K, but nothing supports ethereum addresses like this library does. Thats why its so important we formalize what is happening here.
Additional context
There have been many threads related to this, I will try and add as many as I know here:
The text was updated successfully, but these errors were encountered: