Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/untent-runScripts
/
.
/
WebCryptoAPI
/
serialization
/
aes-kw.https.any.js
blob: 9948dce9b395e7c8a3f93a10af614221f1f557ee [
file
] [
edit
]
// META: title=WebCryptoAPI: CryptoKey serialization
// META: script=../util/helpers.js
// META: script=serialization.js
run_test
([
{
name
:
'AES-KW'
,
resultType
:
'CryptoKey'
,
usages
:
[
'wrapKey'
,
'unwrapKey'
],
exportFormat
:
'raw'
},
]);