MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / add32

Function add32

scripts/libs/crypto/md5.js:179–181  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

177 generated by an if clause. */
178
179let add32 = (a, b) => {
180 return (a + b) & 0xffffffff;
181};
182
183if (md5("hello") != "5d41402abc4b2a76b9719d911017c592") {
184 add32 = (x, y) => {

Callers 2

md5cycleFunction · 0.85
cmnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected