MCPcopy Index your code
hub / github.com/nodejs/node / vector

Function vector

test/parallel/test-webcrypto-get-public-key.mjs:21–23  ·  view source on GitHub ↗
(algorithm, privateUsages, publicUsages)

Source from the content-addressed store, hash-verified

19};
20
21function vector(algorithm, privateUsages, publicUsages) {
22 return { algorithm, privateUsages, publicUsages };
23}
24
25const keyGeneration = {
26 'ECDH': vector({ name: 'ECDH', namedCurve: 'P-256' }, ['deriveBits'], []),

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…