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

Function md5gg

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

Source from the content-addressed store, hash-verified

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}
51function md5hh (a, b, c, d, x, s, t) {
52 return md5cmn(b ^ c ^ d, a, b, x, s, t)
53}

Callers 1

binlMD5Function · 0.85

Calls 1

md5cmnFunction · 0.85

Tested by

no test coverage detected