MCPcopy Create free account
hub / github.com/Semporia/Scripts / A

Function A

sign_graphics_validate.js:150–153  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

148 }
149
150 function A(a, b) {
151 var c = (a & 65535) + (b & 65535);
152 return (a >> 16) + (b >> 16) + (c >> 16) << 16 | c & 65535
153 }
154 _fingerprint_step = 2;
155 var y = "",
156 n = navigator.userAgent.toLowerCase();

Callers 2

tFunction · 0.70
uFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected