Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ hh
Function
hh
scripts/libs/crypto/md5.js:96–98 ·
view source on GitHub ↗
(a, b, c, d, x, s, t)
Source
from the content-addressed store, hash-verified
94
}
95
96
function
hh(a, b, c, d, x, s, t) {
97
return
cmn(b ^ c ^ d, a, b, x, s, t);
98
}
99
100
function
ii(a, b, c, d, x, s, t) {
101
return
cmn(c ^ (b | ~d), a, b, x, s, t);
Callers
1
md5cycle
Function · 0.85
Calls
1
cmn
Function · 0.85
Tested by
no test coverage detected