MCPcopy
hub / github.com/theajack/disable-devtool / hex_md5

Function hex_md5

src/utils/md5.ts:13–13  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

11 * They take string arguments and return either hex or base-64 encoded strings
12 */
13function hex_md5 (s: string) { return binl2hex(core_md5(str2binl(s), s.length * chrsz));}
14
15/*
16 * Calculate the MD5 of an array of little-endian words, and a bit length

Callers

nothing calls this directly

Calls 3

binl2hexFunction · 0.85
core_md5Function · 0.85
str2binlFunction · 0.85

Tested by

no test coverage detected