mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement the deriveBits algorithm for X448
This commit is contained in:
parent
96ddccd961
commit
d625e12082
Notes:
github-actions[bot]
2024-11-25 16:17:43 +00:00
Author: https://github.com/awesomekling
Commit: d625e12082
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2573
4 changed files with 81 additions and 18 deletions
|
@ -873,7 +873,7 @@ SupportedAlgorithmsMap const& supported_algorithms()
|
|||
define_an_algorithm<X25519>("exportKey"_string, "X25519"_string);
|
||||
|
||||
// https://wicg.github.io/webcrypto-secure-curves/#x448-registration
|
||||
// FIXME: define_an_algorithm<X448, EcdhKeyDerivePrams>("deriveBits"_string, "X448"_string);
|
||||
define_an_algorithm<X448, EcdhKeyDerivePrams>("deriveBits"_string, "X448"_string);
|
||||
define_an_algorithm<X448>("generateKey"_string, "X448"_string);
|
||||
define_an_algorithm<X448>("importKey"_string, "X448"_string);
|
||||
define_an_algorithm<X448>("exportKey"_string, "X448"_string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue