mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Implement AES-GCM.exportKey
This commit is contained in:
Notes:
github-actions[bot]
2024-10-31 22:35:08 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/3dd80d2a6e0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2085
@@ -787,6 +787,7 @@ SupportedAlgorithmsMap supported_algorithms()
|
||||
// https://w3c.github.io/webcrypto/#aes-gcm-registration
|
||||
define_an_algorithm<AesGcm, AesDerivedKeyParams>("get key length"_string, "AES-GCM"_string);
|
||||
define_an_algorithm<AesGcm>("importKey"_string, "AES-GCM"_string);
|
||||
define_an_algorithm<AesGcm>("exportKey"_string, "AES-GCM"_string);
|
||||
|
||||
// https://w3c.github.io/webcrypto/#hkdf
|
||||
define_an_algorithm<HKDF>("importKey"_string, "HKDF"_string);
|
||||
|
||||
Reference in New Issue
Block a user