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

Function GG

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

Source from the content-addressed store, hash-verified

1719 }
1720
1721 function GG(a, b, c, d, x, s, t) {
1722 var n = a + ((b & d) | (c & ~d)) + x + t;
1723 return ((n << s) | (n >>> (32 - s))) + b;
1724 }
1725
1726 function HH(a, b, c, d, x, s, t) {
1727 var n = a + (b ^ c ^ d) + x + t;

Callers 1

crypto-js.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected