MCPcopy
hub / github.com/tessalt/echo-chamber-js / FF

Function FF

bundle.js:428–431  ·  view source on GitHub ↗
(a,b,c,d,x,s,ac)

Source from the content-addressed store, hash-verified

426 function I(x,y,z) { return (y ^ (x | (~z))); }
427
428 function FF(a,b,c,d,x,s,ac) {
429 a = AddUnsigned(a, AddUnsigned(AddUnsigned(F(b, c, d), x), ac));
430 return AddUnsigned(RotateLeft(a, s), b);
431 };
432
433 function GG(a,b,c,d,x,s,ac) {
434 a = AddUnsigned(a, AddUnsigned(AddUnsigned(G(b, c, d), x), ac));

Callers 1

md5Function · 0.70

Calls 3

AddUnsignedFunction · 0.70
FFunction · 0.70
RotateLeftFunction · 0.70

Tested by

no test coverage detected