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

Function F

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

Source from the content-addressed store, hash-verified

221#====================================================================
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

Callers 1

f1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected