Bug 258279 - [WebCrypto] Implement the X25519 algorithm
Summary: [WebCrypto] Implement the X25519 algorithm
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Javier Fernandez
URL:
Keywords: InRadar
Depends on: 249017
Blocks: 245778
  Show dependency treegraph
 
Reported: 2023-06-19 08:28 PDT by Javier Fernandez
Modified: 2023-09-08 03:01 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2023-06-19 08:28:42 PDT
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.
Comment 1 Radar WebKit Bug Importer 2023-06-26 08:29:16 PDT
<rdar://problem/111330205>
Comment 2 Javier Fernandez 2023-07-08 07:38:14 PDT
I have started to work on this.
Comment 3 Javier Fernandez 2023-09-05 02:25:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17425
Comment 4 EWS 2023-09-08 03:01:17 PDT
Committed 267782@main (347b6d7cc7de): <https://commits.webkit.org/267782@main>

Reviewed commits have been landed. Closing PR #17425 and removing active labels.