MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster / md5cmn

Function md5cmn

app/public/socketcluster-client.js:8057–8059  ·  view source on GitHub ↗
(q, a, b, x, s, t)

Source from the content-addressed store, hash-verified

8055
8056
8057function md5cmn(q, a, b, x, s, t) {
8058 return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
8059}
8060
8061function md5ff(a, b, c, d, x, s, t) {
8062 return md5cmn(b & c | ~b & d, a, b, x, s, t);

Callers 4

md5ffFunction · 0.85
md5ggFunction · 0.85
md5hhFunction · 0.85
md5iiFunction · 0.85

Calls 2

safeAddFunction · 0.85
bitRotateLeftFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…