LibWeb: Implement the importKey algorithm for X448

This commit is contained in:
Andreas Kling 2024-11-25 15:46:21 +01:00 committed by Andreas Kling
parent 4a734226aa
commit 96ddccd961
Notes: github-actions[bot] 2024-11-25 16:17:49 +00:00
6 changed files with 484 additions and 230 deletions

View file

@ -875,7 +875,7 @@ SupportedAlgorithmsMap const& supported_algorithms()
// https://wicg.github.io/webcrypto-secure-curves/#x448-registration
// FIXME: define_an_algorithm<X448, EcdhKeyDerivePrams>("deriveBits"_string, "X448"_string);
define_an_algorithm<X448>("generateKey"_string, "X448"_string);
// FIXME: define_an_algorithm<X448>("importKey"_string, "X448"_string);
define_an_algorithm<X448>("importKey"_string, "X448"_string);
define_an_algorithm<X448>("exportKey"_string, "X448"_string);
// https://wicg.github.io/webcrypto-secure-curves/#ed25519-registration