Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ ff
Function
ff
scripts/libs/crypto/md5.js:88–90 ·
view source on GitHub ↗
(a, b, c, d, x, s, t)
Source
from the content-addressed store, hash-verified
86
}
87
88
function
ff(a, b, c, d, x, s, t) {
89
return
cmn((b & c) | (~b & d), a, b, x, s, t);
90
}
91
92
function
gg(a, b, c, d, x, s, t) {
93
return
cmn((b & d) | (c & ~d), a, b, x, s, t);
Callers
1
md5cycle
Function · 0.85
Calls
1
cmn
Function · 0.85
Tested by
no test coverage detected