MCPcopy Create free account
hub / github.com/cxapython/catvm / OeVo

Function OeVo

geetest/test.js:8–21  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

6 }
7
8 function OeVo(e) {
9 var t, r, n;
10 for (t = 0; t < 256; ++t)
11 this["S"][t] = t;
12 r = 0;
13 for (t = 0; t < 256; ++t) {
14 r = r + this["S"][t] + e[t % e["length"]] & 255;
15 n = this["S"][t];
16 this["S"][t] = this["S"][r];
17 this["S"][r] = n;
18 }
19 this["i"] = 0;
20 this["j"] = 0;
21 }
22
23 function PbHO() {
24 var e;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected