blob: 17df8a87ba6ffb67f6b80152dfad44747cd2f35e [file] [edit]
// META: title=WebCryptoAPI: CryptoKey serialization
// META: script=../util/helpers.js
// META: script=serialization.js
run_test([
{
name: 'ECDH',
resultType: 'CryptoKeyPair',
usages: ['deriveKey', 'deriveBits'],
publicFormat: 'raw',
privateFormat: 'pkcs8'
},
]);