MCPcopy
hub / github.com/ashutosh1919/masterPortfolio / md5ii

Function md5ii

src/assets/font-awesome/js/conflict-detection.js:326–328  ·  view source on GitHub ↗

* Basic operation the algorithm uses. * * @param {number} a a * @param {number} b b * @param {number} c c * @param {number} d d * @param {number} x x * @param {number} s s * @param {number} t t * @returns {number} Result

(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

324 */
325
326 function md5ii(a, b, c, d, x, s, t) {
327 return md5cmn(c ^ (b | ~d), a, b, x, s, t);
328 }
329 /**
330 * Calculate the MD5 of an array of little-endian words, and a bit length.
331 *

Callers 1

binlMD5Function · 0.85

Calls 1

md5cmnFunction · 0.85

Tested by

no test coverage detected