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

Function makeKey

test/fixtures/wpt/WebCryptoAPI/normalize-algorithm-name.https.any.js:8–11  ·  view source on GitHub ↗
(algorithm)

Source from the content-addressed store, hash-verified

6}
7
8async function makeKey(algorithm) {
9 const keyData = new Uint8Array([]);
10 return crypto.subtle.importKey("raw", keyData, algorithm, false, ["deriveBits"]);
11}
12
13promise_test(async (t) => {
14 const algorithm = {

Callers 4

arrayToMapFunction · 0.85
arrayToNumericMapFunction · 0.85
arrayToMultiMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected