Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 216 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /WebCryptoAPI/import_export/Hybrid-KEM_importKey.tentative.https.any.html - WPT Dashboard Interop Dashboard
- /WebCryptoAPI/import_export/Hybrid-KEM_importKey.tentative.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=WebCryptoAPI: importKey() for Hybrid KEM keys
// META: timeout=long
// META: script=../util/helpers.js
// META: script=Hybrid-KEM_importKey_fixtures.js
// META: script=ml_importKey.js
var keyData = hybridKemKeyData;
runTests("MLKEM768-P256");
runTests("MLKEM768-X25519");
runTests("MLKEM1024-P384");