mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
LibWeb: Implement the exportKey algorithm for X448
This commit is contained in:
parent
5a8b0a2610
commit
4a734226aa
Notes:
github-actions[bot]
2024-11-25 16:17:56 +00:00
Author: https://github.com/awesomekling
Commit: 4a734226aa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2573
4 changed files with 113 additions and 19 deletions
|
@ -876,7 +876,7 @@ SupportedAlgorithmsMap const& supported_algorithms()
|
|||
// 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);
|
||||
// FIXME: define_an_algorithm<X448>("exportKey"_string, "X448"_string);
|
||||
define_an_algorithm<X448>("exportKey"_string, "X448"_string);
|
||||
|
||||
// https://wicg.github.io/webcrypto-secure-curves/#ed25519-registration
|
||||
define_an_algorithm<ED25519>("sign"_string, "Ed25519"_string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue