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

Function md5

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

Source from the content-addressed store, hash-verified

44 * @public
45 */
46export function md5(s: HashInput, format?: BinaryToTextEncoding): string {
47 return hash('md5', s, format);
48}
49
50/**
51 * sha1 hash

Callers 1

crypto.test.tsFile · 0.85

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected