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.
Pull request: https://github.com/WebKit/WebKit/pull/17406
Committed 267621@main (bc83c7f25f79): <https://commits.webkit.org/267621@main> Reviewed commits have been landed. Closing PR #17406 and removing active labels.
<rdar://problem/114970948>