Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ createVerify
Function
createVerify
lib/crypto.js:177–179 ·
view source on GitHub ↗
(algorithm, options)
Source
from the content-addressed store, hash-verified
175
}
176
177
function
createVerify(algorithm, options) {
178
return
new
Verify(algorithm, options);
179
}
180
181
module.exports = {
182
// Methods
Callers
3
oldVerify
Function · 0.85
test-crypto-key-objects.js
File · 0.85
test-crypto-keyobject-hidden-slots.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…