Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptii/cryptii
/ add32
Function
add32
src/Encoder/Hash/md5.js:193–195 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
191
}
192
193
function
add32 (a, b) {
194
return
(a + b) & 0xffffffff
195
}
196
197
function
cmn (q, a, b, x, s, t) {
198
a = add32(add32(a, q), add32(x, t))
Callers
2
md5Transform
Function · 0.85
cmn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected