mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-11 13:42:52 +00:00
LibWeb: Implement the importKey algorithm for X448
This commit is contained in:
parent
4a734226aa
commit
96ddccd961
Notes:
github-actions[bot]
2024-11-25 16:17:49 +00:00
Author: https://github.com/awesomekling
Commit: 96ddccd961
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2573
6 changed files with 484 additions and 230 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue