MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / ii

Function ii

scripts/libs/crypto/md5.js:100–102  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

98}
99
100function ii(a, b, c, d, x, s, t) {
101 return cmn(c ^ (b | ~d), a, b, x, s, t);
102}
103
104function md51(s) {
105 var n = s.length,

Callers 1

md5cycleFunction · 0.70

Calls 1

cmnFunction · 0.85

Tested by

no test coverage detected