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

Support Ed25519 and Ed25519ph #2

Open
zamicol opened this issue Sep 26, 2022 · 2 comments
Open

Support Ed25519 and Ed25519ph #2

zamicol opened this issue Sep 26, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@zamicol
Copy link
Contributor

zamicol commented Sep 26, 2022

Paul currently supports Ed25519. We're hoping Paul will implement Ed25519ph soon: paulmillr/noble-ed25519#63

The W3C Web Cryptography API recommendation also omits Ed25519, so an external package that implements the Ed25519 primitive is used. The upcoming update FIPS 186-5 specifies Ed25519 support. (https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5-draft.pdf, section 7.8) Hopefully this will motivate Javascript to include Ed25519.

See also the Ed25519 Tool

@zamicol zamicol added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 26, 2022
@zamicol zamicol added the enhancement New feature or request label Sep 27, 2022
@zamicol
Copy link
Contributor Author

zamicol commented Jan 4, 2023

Also consider https://stackoverflow.com/questions/75008138/can-subtlecrypto-verify-use-a-digest-instead-of-the-original-message/75008139#75008139

May be reason enough to move to noble-curves fully after release.

We may have multiple "back end" support as well, but SubtleCrypto will be limited in capability.

@zamicol
Copy link
Contributor Author

zamicol commented Feb 21, 2023

Also, we'll preserve the current style somewhere so that we have a SubtleCrypto backend that can be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant