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'
},
]);