MCPcopy Create free account
hub / github.com/browserify/crypto-browserify / str_hmac_sha1

Function str_hmac_sha1

example/bundle.js:440–440  ·  view source on GitHub ↗
(key, data)

Source from the content-addressed store, hash-verified

438 function hex_hmac_sha1(key, data) { return binb2hex(core_hmac_sha1(key, data)); }
439 function b64_hmac_sha1(key, data) { return binb2b64(core_hmac_sha1(key, data)); }
440 function str_hmac_sha1(key, data) { return binb2str(core_hmac_sha1(key, data)); }
441
442 /*
443 * Perform a simple self-test to see if the VM is working

Callers

nothing calls this directly

Calls 2

binb2strFunction · 0.85
core_hmac_sha1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…