-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Implement ML-DSA algorithm in WebCrypto API #41626
Copy link
Copy link
Closed
Labels
A-content/scriptRelated to the script threadRelated to the script thread
Description
Implement another post-quantum cryptographic algorithm (Wiki) ML-DSA algorithm FIPS-204, in WebCrypto API.
Specification: https://wicg.github.io/webcrypto-modern-algos/#ml-dsa
There are five operations of ML-DSA to implement:
- sign script: Implement sign and verify operations of ML-DSA #41676
- verify script: Implement sign and verify operations of ML-DSA #41676
- generateKey script: Implement generate key operation of ML-DSA #41659
- importKey script: Implement import key operations of ML-DSA #41628
- exportKey script: Implement export key operation of ML-DSA #41647
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/scriptRelated to the script threadRelated to the script thread