When importing X25519 keys in raw format we are assuming that if the key is non-extractable, it should be imported as private key. The spec states that the key type must be set to 'public" when importing it in 'raw' format: https://wicg.github.io/webcrypto-secure-curves/#x25519-operations "5. Set the [[type]] internal slot of key to "public"
Pull request: https://github.com/WebKit/WebKit/pull/20873
Committed 271210@main (a4e364149581): <https://commits.webkit.org/271210@main> Reviewed commits have been landed. Closing PR #20873 and removing active labels.
<rdar://problem/118880829>