mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
Start adding X25519 support to WebCrypto API. This patch implements import key operation of X25519, using X25519 implementation from the crate `x25519-dalek`. Testing: - Pass some WPT tests that were expected to fail. - Some FAIL expectations are added. They require other not-yet-implemented operations of X25519. WPT skipped them when "import key" operation for X25519 were not yet implemented. Fixes: Part of #39060 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>