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

Function md5ff

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

276 */
277
278 function md5ff(a, b, c, d, x, s, t) {
279 return md5cmn((b & c) | (~b & d), a, b, x, s, t);
280 }
281 /**
282 * Basic operation the algorithm uses.
283 *

Callers 1

binlMD5Function · 0.85

Calls 1

md5cmnFunction · 0.85

Tested by

no test coverage detected