MCPcopy
hub / github.com/cyao2q/files / II

Function II

js/crypto-js.js:1731–1734  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

1729 }
1730
1731 function II(a, b, c, d, x, s, t) {
1732 var n = a + (c ^ (b | ~d)) + x + t;
1733 return ((n << s) | (n >>> (32 - s))) + b;
1734 }
1735
1736 /**
1737 * Shortcut function to the hasher's object interface.

Callers 1

crypto-js.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected