PR-URL: https://github.com/nodejs/node/pull/63417 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
11 lines
279 B
JavaScript
11 lines
279 B
JavaScript
// META: title=WebCryptoAPI: CryptoKey serialization
|
|
// META: script=../util/helpers.js
|
|
// META: script=serialization.js
|
|
run_test([
|
|
{
|
|
name: 'AES-CTR',
|
|
resultType: 'CryptoKey',
|
|
usages: ['encrypt', 'decrypt', 'wrapKey', 'unwrapKey'],
|
|
exportFormat: 'raw'
|
|
},
|
|
]);
|