MCPcopy
hub / github.com/mumuy/browser / I

Function I

src/module/utils/getMD5.js:33–35  ·  view source on GitHub ↗
(x, y, z)

Source from the content-addressed store, hash-verified

31}
32
33let I = function(x, y, z) {
34 return(y ^ (x | (~z)));
35}
36
37let FF = function(a, b, c, d, x, s, ac) {
38 a = addUnsigned(a, addUnsigned(addUnsigned(F(b, c, d), x), ac));

Callers 1

IIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected