LibWeb: Implement the generateKey algorithm for X448

This commit is contained in:
Andreas Kling 2024-11-25 11:18:05 +01:00 committed by Andreas Kling
commit 5a8b0a2610
Notes: github-actions[bot] 2024-11-25 16:18:05 +00:00
4 changed files with 122 additions and 35 deletions

View file

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