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

Function createSign

lib/crypto.js:173–175  ·  view source on GitHub ↗
(algorithm, options)

Source from the content-addressed store, hash-verified

171}
172
173function createSign(algorithm, options) {
174 return new Sign(algorithm, options);
175}
176
177function createVerify(algorithm, options) {
178 return new Verify(algorithm, options);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…