Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptii/cryptii
/ ff
Function
ff
src/Encoder/Hash/md5.js:202–204 ·
view source on GitHub ↗
(a, b, c, d, x, s, t)
Source
from the content-addressed store, hash-verified
200
}
201
202
function
ff (a, b, c, d, x, s, t) {
203
return
cmn((b & c) | ((~b) & d), a, b, x, s, t)
204
}
205
206
function
gg (a, b, c, d, x, s, t) {
207
return
cmn((b & d) | (c & (~d)), a, b, x, s, t)
Callers
1
md5Transform
Function · 0.85
Calls
1
cmn
Function · 0.85
Tested by
no test coverage detected