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

Function createHmac

lib/crypto.js:169–171  ·  view source on GitHub ↗
(hmac, key, options)

Source from the content-addressed store, hash-verified

167}
168
169function createHmac(hmac, key, options) {
170 return new Hmac(hmac, key, options);
171}
172
173function createSign(algorithm, options) {
174 return new Sign(algorithm, options);

Callers 7

updateDigestFunction · 0.85
streamWriteFunction · 0.85
mainFunction · 0.85
hmacDigestFunction · 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…