mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Implement the importKey algorithm for Ed25519
This commit is contained in:
parent
8cb371b2ce
commit
4d25369f29
Notes:
github-actions[bot]
2024-11-24 22:29:42 +00:00
Author: https://github.com/awesomekling
Commit: 4d25369f29
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
6 changed files with 526 additions and 266 deletions
|
@ -878,7 +878,7 @@ SupportedAlgorithmsMap supported_algorithms()
|
|||
define_an_algorithm<ED25519>("sign"_string, "Ed25519"_string);
|
||||
define_an_algorithm<ED25519>("verify"_string, "Ed25519"_string);
|
||||
define_an_algorithm<ED25519>("generateKey"_string, "Ed25519"_string);
|
||||
// FIXME: define_an_algorithm<ED25519>("importKey"_string, "Ed25519"_string);
|
||||
define_an_algorithm<ED25519>("importKey"_string, "Ed25519"_string);
|
||||
// FIXME: define_an_algorithm<ED25519>("exportKey"_string, "Ed25519"_string);
|
||||
|
||||
// https://wicg.github.io/webcrypto-secure-curves/#ed448-registration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue