mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Implement the exportKey algorithm for Ed25519
This commit is contained in:
committed by
Andreas Kling
parent
4d25369f29
commit
ed7b1caba2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user