MCPcopy Create free account
hub / github.com/node-modules/utility / sha1

Function sha1

src/crypto.ts:58–60  ·  view source on GitHub ↗
(s: HashInput, format?: BinaryToTextEncoding)

Source from the content-addressed store, hash-verified

56 * @public
57 */
58export function sha1(s: HashInput, format?: BinaryToTextEncoding): string {
59 return hash('sha1', s, format);
60}
61
62/**
63 * sha256 hash

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…