MCPcopy Create free account
hub / github.com/cryptii/cryptii / gg

Function gg

src/Encoder/Hash/md5.js:206–208  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

204}
205
206function gg (a, b, c, d, x, s, t) {
207 return cmn((b & d) | (c & (~d)), a, b, x, s, t)
208}
209
210function hh (a, b, c, d, x, s, t) {
211 return cmn(b ^ c ^ d, a, b, x, s, t)

Callers 1

md5TransformFunction · 0.85

Calls 1

cmnFunction · 0.85

Tested by

no test coverage detected