MCPcopy 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

doneFunction · 0.70
measureAsyncFunction · 0.70

Calls 1

verifyMethod · 0.45

Tested by

no test coverage detected