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

Function verify

lib/internal/crypto/webcrypto.js:1221–1223  ·  view source on GitHub ↗
(algorithm, key, signature, data)

Source from the content-addressed store, hash-verified

1219}
1220
1221function verify(algorithm, key, signature, data) {
1222 return callSubtleCryptoMethod(verifyImpl, this, arguments);
1223}
1224
1225function verifyImpl(algorithm, key, signature, data) {
1226 const prefix = prepareSubtleMethod(this, 'verify', arguments.length, 4);

Callers

nothing calls this directly

Calls 1

callSubtleCryptoMethodFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…