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

Function sign

test/parallel/test-crypto-update-encoding.js:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15const hash = () => crypto.createSign('sha256');
16const hmac = () => crypto.createHmac('sha256', key);
17const sign = () => crypto.createSign('sha256');
18const verify = () => crypto.createVerify('sha256');
19
20for (const f of [cipher, decipher, hash, hmac, sign, verify])

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…