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

Function GG

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

Source from the content-addressed store, hash-verified

431 };
432
433 function GG(a,b,c,d,x,s,ac) {
434 a = AddUnsigned(a, AddUnsigned(AddUnsigned(G(b, c, d), x), ac));
435 return AddUnsigned(RotateLeft(a, s), b);
436 };
437
438 function HH(a,b,c,d,x,s,ac) {
439 a = AddUnsigned(a, AddUnsigned(AddUnsigned(H(b, c, d), x), ac));

Callers 1

md5Function · 0.70

Calls 3

AddUnsignedFunction · 0.70
GFunction · 0.70
RotateLeftFunction · 0.70

Tested by

no test coverage detected