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
248 B
JavaScript
11 lines
248 B
JavaScript
// META: title=WebCryptoAPI: CryptoKey serialization
|
|
// META: script=../util/helpers.js
|
|
// META: script=serialization.js
|
|
run_test([
|
|
{
|
|
name: 'HMAC',
|
|
resultType: 'CryptoKey',
|
|
usages: ['sign', 'verify'],
|
|
exportFormat: 'raw'
|
|
},
|
|
]);
|