MCPcopy 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
193function add32 (a, b) {
194 return (a + b) & 0xffffffff
195}
196
197function cmn (q, a, b, x, s, t) {
198 a = add32(add32(a, q), add32(x, t))

Callers 2

md5TransformFunction · 0.85
cmnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected