MCPcopy
hub / github.com/XiaoMi/naftis / md5ff

Function md5ff

src/ui/src/utils/md5.js:45–47  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

43 return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b)
44}
45function md5ff (a, b, c, d, x, s, t) {
46 return md5cmn((b & c) | ((~b) & d), a, b, x, s, t)
47}
48function md5gg (a, b, c, d, x, s, t) {
49 return md5cmn((b & d) | (c & (~d)), a, b, x, s, t)
50}

Callers 1

binlMD5Function · 0.85

Calls 1

md5cmnFunction · 0.85

Tested by

no test coverage detected