MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / f2

Function f2

pager_lib/smb/utils/md4.py:230–230  ·  view source on GitHub ↗
(a, b, c, d, k, s, X)

Source from the content-addressed store, hash-verified

228
229def f1(a, b, c, d, k, s, X): return ROL(a + F(b, c, d) + X[k], s)
230def f2(a, b, c, d, k, s, X): return ROL(a + G(b, c, d) + X[k] + U32(0x5a827999), s)
231def f3(a, b, c, d, k, s, X): return ROL(a + H(b, c, d) + X[k] + U32(0x6ed9eba1), s)
232
233#--------------------------------------------------------------------

Callers 1

updateMethod · 0.85

Calls 3

U32Class · 0.90
ROLFunction · 0.85
GFunction · 0.85

Tested by

no test coverage detected