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

Function md5ff

app/public/socketcluster-client.js:8061–8063  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

8059}
8060
8061function md5ff(a, b, c, d, x, s, t) {
8062 return md5cmn(b & c | ~b & d, a, b, x, s, t);
8063}
8064
8065function md5gg(a, b, c, d, x, s, t) {
8066 return md5cmn(b & d | c & ~d, a, b, x, s, t);

Callers 1

wordsToMd5Function · 0.85

Calls 1

md5cmnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…