Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/fetch-priority-optional-tests
/
.
/
WebCryptoAPI
/
serialization
/
hmac.https.any.js
blob: 99efea6bcaa996cd00535cf1b5456b66cf5cc07a [
file
] [
edit
]
// META: title=WebCryptoAPI: CryptoKey serialization
// META: script=../util/helpers.js
// META: script=serialization.js
run_test
([
{
name
:
'HMAC'
,
resultType
:
'CryptoKey'
,
usages
:
[
'sign'
,
'verify'
],
exportFormat
:
'raw'
},
]);