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>
12 lines
291 B
JavaScript
12 lines
291 B
JavaScript
// META: title=WebCryptoAPI: CryptoKey serialization
|
|
// META: script=../util/helpers.js
|
|
// META: script=serialization.js
|
|
run_test([
|
|
{
|
|
name: 'X25519',
|
|
resultType: 'CryptoKeyPair',
|
|
usages: ['deriveKey', 'deriveBits'],
|
|
publicFormat: 'raw',
|
|
privateFormat: 'pkcs8'
|
|
},
|
|
]);
|