mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Implement the generateKey algorithm for X448
This commit is contained in:
parent
a7652d5073
commit
5a8b0a2610
Notes:
github-actions[bot]
2024-11-25 16:18:05 +00:00
Author: https://github.com/awesomekling
Commit: 5a8b0a2610
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2573
4 changed files with 122 additions and 35 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue