Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IvanMathy/Boop
/ md5_ff
Function
md5_ff
Boop/Boop/scripts/lib/hashes.js:653–655 ·
view source on GitHub ↗
(a, b, c, d, x, s, t)
Source
from the content-addressed store, hash-verified
651
}
652
653
function
md5_ff(a, b, c, d, x, s, t) {
654
return
md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
655
}
656
657
function
md5_gg(a, b, c, d, x, s, t) {
658
return
md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
Callers
1
binl
Function · 0.85
Calls
1
md5_cmn
Function · 0.85
Tested by
no test coverage detected