Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Add support for ed25519 and x25519 #14

Open
rmhrisk opened this issue Jan 16, 2016 · 0 comments
Open

Add support for ed25519 and x25519 #14

rmhrisk opened this issue Jan 16, 2016 · 0 comments

Comments

@rmhrisk
Copy link
Contributor

rmhrisk commented Jan 16, 2016

WebCrypto does not yet specify the use of these but work is already in progress - https://www.w3.org/2012/webcrypto/WebCryptoCurve25519/Curve25519-WebCrypto.html

It looks names may end up as:
ECDH-CURVE25519
SCHNOR-ED25519

ed25519 is specified here - http://ed25519.cr.yp.to/ed25519-20110926.pdf

The WebCrypto spec with the most details on this at this time is here : https://www.w3.org/Bugs/Public/show_bug.cgi?id=25839#c47

It seems today the only way to support would be using "raw" as there is no JWK defiition for it yet.

I would argue until there is, and there is an interopability target we should not implement it.

Useful things

@rmhrisk rmhrisk added this to the Future milestone Jan 16, 2016
@rmhrisk rmhrisk modified the milestone: Future Feb 5, 2016
@briansmith briansmith changed the title Add support for ed25519 and ecdh25519 Add support for ed25519 and x25519 Feb 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant