Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 6 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /WebCryptoAPI/serialization/kmac.tentative.https.any.html - WPT Dashboard Interop Dashboard
- /WebCryptoAPI/serialization/kmac.tentative.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=WebCryptoAPI: CryptoKey serialization
// META: script=../util/helpers.js
// META: script=serialization.js
run_test([
{
name: 'KMAC128',
resultType: 'CryptoKey',
usages: ['sign', 'verify'],
exportFormat: 'raw-secret'
},
{
name: 'KMAC256',
resultType: 'CryptoKey',
usages: ['sign', 'verify'],
exportFormat: 'raw-secret'
},
]);