blob: 679dc066f53193d29d554b2375246f00cf4a92b9 [file] [edit]
// META: title=WebCryptoAPI: CryptoKey serialization
// META: script=../util/helpers.js
// META: script=serialization.js
run_test([
{
name: 'ECDSA',
resultType: 'CryptoKeyPair',
usages: ['sign', 'verify'],
publicFormat: 'raw',
privateFormat: 'pkcs8'
},
]);