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/mldsa.tentative.https.any.html - WPT Dashboard Interop Dashboard
- /WebCryptoAPI/serialization/mldsa.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: 'ML-DSA-44',
resultType: 'CryptoKeyPair',
usages: ['sign', 'verify'],
publicFormat: 'raw-public',
privateFormat: 'raw-seed'
},
{
name: 'ML-DSA-65',
resultType: 'CryptoKeyPair',
usages: ['sign', 'verify'],
publicFormat: 'raw-public',
privateFormat: 'raw-seed'
},
{
name: 'ML-DSA-87',
resultType: 'CryptoKeyPair',
usages: ['sign', 'verify'],
publicFormat: 'raw-public',
privateFormat: 'raw-seed'
},
]);