MCPcopy Create free account
hub / github.com/apache/cloudstack / hh

Function hh

systemvm/agent/noVNC/core/crypto/md5.js:67–69  ·  view source on GitHub ↗
(d, g, m, f, r, i, n)

Source from the content-addressed store, hash-verified

65}
66
67function hh(d, g, m, f, r, i, n) {
68 return cmn(g ^ m ^ f, d, g, r, i, n);
69}
70
71function ii(d, g, m, f, r, i, n) {
72 return cmn(m ^ (g | ~f), d, g, r, i, n);

Callers 1

YFunction · 0.85

Calls 1

cmnFunction · 0.85

Tested by

no test coverage detected