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

Function II

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

Source from the content-addressed store, hash-verified

46 };
47
48 function II(a,b,c,d,x,s,ac) {
49 a = AddUnsigned(a, AddUnsigned(AddUnsigned(I(b, c, d), x), ac));
50 return AddUnsigned(RotateLeft(a, s), b);
51 };
52
53 function ConvertToWordArray(string) {
54 var lWordCount;

Callers 1

md5Function · 0.85

Calls 3

AddUnsignedFunction · 0.85
IFunction · 0.85
RotateLeftFunction · 0.85

Tested by

no test coverage detected