mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.14k stars 22.46k forks source link

[WebAPI] Support for WebCrypto Curve25519: Ed25519 #34708

Closed Rumyra closed 1 month ago

Rumyra commented 2 months ago

Acceptance criteria

For folks helping with Firefox related documentation

Related Gecko bugs

https://bugzilla.mozilla.org/show_bug.cgi?id=1804788

Additionally there is this bug with dev-doc-needed, but not sure if anything is needed https://bugzilla.mozilla.org/show_bug.cgi?id=1905120

Related issues and pull requests

Other

hamishwillee commented 2 months ago

Status:

Frosne commented 2 months ago

Hi, a small passing-by comment.

Curve25519 is presented with 2 algorithms, Ed25519 and X25519. We have not yet landed X25519, this is the tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1904836

hamishwillee commented 2 months ago

@Frosne Thank you very much. I will update the information in compatibility data. W.r.t. to your responses on https://bugzilla.mozilla.org/show_bug.cgi?id=1804788#c27 - very helpful. I had missed wrap/unwrap() so more work to be done. Much appreciated. If I have questions I will certainly follow up (probably on github, as I am doing the docs).

Frosne commented 2 months ago

Hi, just for your information, I have landed X25519 WebCrypto code : https://bugzilla.mozilla.org/show_bug.cgi?id=1904836