RESOLVED FIXED261106
[GTK] Refactoring: split up OKP key generation operation for Ed25519 and X25519
https://bugs.webkit.org/show_bug.cgi?id=261106
Summary [GTK] Refactoring: split up OKP key generation operation for Ed25519 and X25519
Javier Fernandez
Reported 2023-09-04 02:37:49 PDT
The GCrypt implementation of the OKP key uses the same method for the key generation operation of both Ed25519 and X25519 algorithms. Since we may want to implement other algorithms (eg Ed488 and X488) that uses the OKP key, it's better to have independent methods for each algorithm.
Attachments
Javier Fernandez
Comment 1 2023-09-04 02:52:36 PDT
EWS
Comment 2 2023-09-05 02:51:47 PDT
Committed 267621@main (bc83c7f25f79): <https://commits.webkit.org/267621@main> Reviewed commits have been landed. Closing PR #17406 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-09-05 02:52:13 PDT
Note You need to log in before you can comment on or make changes to this bug.