mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
Continue on adding X25519 support to WebCrypto API. This patch implements generate key operation of X25519, using X25519 implementation from the crate `x25519-dalek`. Testing: Pass some WPT tests that were expected to fail. Fixes: Part of #39060 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>