mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 00:13:02 +00:00
LibWeb: Implement the exportKey algorithm for Ed25519
This commit is contained in:
parent
4d25369f29
commit
ed7b1caba2
Notes:
github-actions[bot]
2024-11-24 22:29:36 +00:00
Author: https://github.com/awesomekling
Commit: ed7b1caba2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2555
Reviewed-by: https://github.com/alimpfard ✅
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/stelar7
4 changed files with 115 additions and 9 deletions
|
@ -879,7 +879,7 @@ SupportedAlgorithmsMap supported_algorithms()
|
|||
define_an_algorithm<ED25519>("verify"_string, "Ed25519"_string);
|
||||
define_an_algorithm<ED25519>("generateKey"_string, "Ed25519"_string);
|
||||
define_an_algorithm<ED25519>("importKey"_string, "Ed25519"_string);
|
||||
// FIXME: define_an_algorithm<ED25519>("exportKey"_string, "Ed25519"_string);
|
||||
define_an_algorithm<ED25519>("exportKey"_string, "Ed25519"_string);
|
||||
|
||||
// https://wicg.github.io/webcrypto-secure-curves/#ed448-registration
|
||||
// FIXME: define_an_algorithm<ED448, Ed448Params>("sign"_string, "Ed448"_string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue