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

Function G

pager_lib/smb/utils/md4.py:224–224  ·  view source on GitHub ↗
(x, y, z)

Source from the content-addressed store, hash-verified

222# helpers
223def F(x, y, z): return (((x) & (y)) | ((~x) & (z)))
224def G(x, y, z): return (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
225def H(x, y, z): return ((x) ^ (y) ^ (z))
226
227def ROL(x, n): return (((x) << n) | ((x) >> (32-n)))

Callers 1

f2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected