MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / c

Function c

daily/ydyp.js:2462–2469  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

2460 };
2461
2462 function c(e, t) {
2463 let r = t >> 24 & 255,
2464 o = t >> 16 & 255,
2465 n = t >> 8 & 255,
2466 i = 255 & t,
2467 s = e.sbox[0][r] + e.sbox[1][o];
2468 return s ^= e.sbox[2][n], s += e.sbox[3][i], s
2469 }
2470
2471 function u(e, t, r) {
2472 let o, i = t,

Callers 2

uFunction · 0.70
lFunction · 0.70

Calls 1

aFunction · 0.85

Tested by

no test coverage detected