node/test/fixtures/wpt/WebCryptoAPI/serialization/aes-ctr.https.any.js
Node.js GitHub Bot b5659d14ab
test: update WPT for WebCryptoAPI to 97bbc7247a
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>
2026-05-20 20:21:23 +00:00

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