MCPcopy
hub / github.com/wensonsmith/YoudaoTranslator / GG

Function GG

src/libs/md5.js:38–41  ·  view source on GitHub ↗
(a,b,c,d,x,s,ac)

Source from the content-addressed store, hash-verified

36 };
37
38 function GG(a,b,c,d,x,s,ac) {
39 a = AddUnsigned(a, AddUnsigned(AddUnsigned(G(b, c, d), x), ac));
40 return AddUnsigned(RotateLeft(a, s), b);
41 };
42
43 function HH(a,b,c,d,x,s,ac) {
44 a = AddUnsigned(a, AddUnsigned(AddUnsigned(H(b, c, d), x), ac));

Callers 1

md5Function · 0.85

Calls 3

AddUnsignedFunction · 0.85
GFunction · 0.85
RotateLeftFunction · 0.85

Tested by

no test coverage detected