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