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

Function oldVerify

test/common/crypto.js:68–70  ·  view source on GitHub ↗
(algo, data, key, signature)

Source from the content-addressed store, hash-verified

66 }
67
68 function oldVerify(algo, data, key, signature) {
69 return createVerify(algo).update(data).verify(key, signature);
70 }
71
72 for (const signFn of [sign, oldSign]) {
73 const signature = signFn('SHA256', message, privateKey);

Callers

nothing calls this directly

Calls 3

createVerifyFunction · 0.85
updateMethod · 0.65
verifyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…