mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Finish adding ML-DSA support to WebCrypto API. This patch implements the sign and verify operations of ML-DSA, with `ml-dsa` crate. Specification: https://wicg.github.io/webcrypto-modern-algos/#ml-dsa-operations-sign https://wicg.github.io/webcrypto-modern-algos/#ml-dsa-operations-verify Testing: Pass some WPT tests that were expected to fail. Fixes: Part of #41626 Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>