Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 108 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /WebCryptoAPI/import_export/KMAC_importKey.tentative.https.any.html - WPT Dashboard Interop Dashboard
- /WebCryptoAPI/import_export/KMAC_importKey.tentative.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=WebCryptoAPI: importKey() for symmetric keys
// META: timeout=long
// META: script=../util/helpers.js
// META: script=symmetric_importKey.js
runTests("KMAC128");
runTests("KMAC256");