Bug 258279
Summary: | [WebCrypto] Implement the X25519 algorithm | ||
---|---|---|---|
Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
Component: | WebCore Misc. | Assignee: | Javier Fernandez <jfernandez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | me, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=249017 | ||
Bug Depends on: | 249017 | ||
Bug Blocks: | 245778 |
Javier Fernandez
This bug is filled to track the implementation of the key sharing operation using the Curve25519 secure curve. We already have implemented the Ed25519 for the signing and verifying operations (bug #246145), so it'd be useful to have an independent bug for the X25519 algorithm.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/111330205>
Javier Fernandez
I have started to work on this.
Javier Fernandez
Pull request: https://github.com/WebKit/WebKit/pull/17425
EWS
Committed 267782@main (347b6d7cc7de): <https://commits.webkit.org/267782@main>
Reviewed commits have been landed. Closing PR #17425 and removing active labels.