Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ one
Function
one
benchmark/crypto/oneshot-verify.js:77–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
function
one() {
78
crypto.verify(
79
digest,
80
data,
81
publicKey || keys[n - remaining],
82
signature,
83
done);
84
}
85
bench.start();
86
one();
87
}
Callers
2
done
Function · 0.70
measureAsync
Function · 0.70
Calls
1
verify
Method · 0.45
Tested by
no test coverage detected