mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb: Implement message signing for ML-DSA algorithm
This commit is contained in:
committed by
Jelle Raaijmakers
parent
a9ade1c238
commit
ef0205ec86
Notes:
github-actions[bot]
2025-12-10 20:29:23 +00:00
Author: https://github.com/tete17 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ef0205ec86f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6935 Reviewed-by: https://github.com/R-Goc Reviewed-by: https://github.com/gmta ✅
@@ -1367,6 +1367,7 @@ SupportedAlgorithmsMap const& supported_algorithms()
|
||||
|
||||
// https://wicg.github.io/webcrypto-modern-algos/#ml-dsa-registration
|
||||
for (auto const& name : { "ML-DSA-44"_string, "ML-DSA-65"_string, "ML-DSA-87"_string }) {
|
||||
define_an_algorithm<MLDSA, ContextParams>("sign"_string, name);
|
||||
define_an_algorithm<MLDSA>("generateKey"_string, name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user