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

Function md5cmn

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

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

(q, a, b, x, s, t)

Source from the content-addressed store, hash-verified

257 */
258
259 function md5cmn(q, a, b, x, s, t) {
260 return safeAdd(
261 bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s),
262 b
263 );
264 }
265 /**
266 * Basic operation the algorithm uses.
267 *

Callers 4

md5ffFunction · 0.85
md5ggFunction · 0.85
md5hhFunction · 0.85
md5iiFunction · 0.85

Calls 2

safeAddFunction · 0.85
bitRotateLeftFunction · 0.85

Tested by

no test coverage detected