Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ add
Function
add
systemvm/agent/noVNC/core/crypto/md5.js:75–78 ·
view source on GitHub ↗
(d, g)
Source
from the content-addressed store, hash-verified
73
}
74
75
function
add(d, g) {
76
let
m = (65535 & d) + (65535 & g);
77
return
(d >> 16) + (g >> 16) + (m >> 16) << 16 | 65535 & m;
78
}
79
80
function
rol(d, g) {
81
return
d << g | d >>> 32 - g;
Callers
2
Y
Function · 0.70
cmn
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected