MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / gg

Function gg

scripts/libs/crypto/md5.js:92–94  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

90}
91
92function gg(a, b, c, d, x, s, t) {
93 return cmn((b & d) | (c & ~d), a, b, x, s, t);
94}
95
96function hh(a, b, c, d, x, s, t) {
97 return cmn(b ^ c ^ d, a, b, x, s, t);

Callers 1

md5cycleFunction · 0.85

Calls 1

cmnFunction · 0.85

Tested by

no test coverage detected