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

Function md5gg

src/assets/font-awesome/js/conflict-detection.js:294–296  ·  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

292 */
293
294 function md5gg(a, b, c, d, x, s, t) {
295 return md5cmn((b & d) | (c & ~d), a, b, x, s, t);
296 }
297 /**
298 * Basic operation the algorithm uses.
299 *

Callers 1

binlMD5Function · 0.85

Calls 1

md5cmnFunction · 0.85

Tested by

no test coverage detected