()
| 21 | } |
| 22 | |
| 23 | function PbHO() { |
| 24 | var e; |
| 25 | this["i"] = this["i"] + 1 & 255; |
| 26 | this["j"] = this["j"] + this["S"][this["i"]] & 255; |
| 27 | e = this["S"][this["i"]]; |
| 28 | this["S"][this["i"]] = this["S"][this["j"]]; |
| 29 | this["S"][this["j"]] = e; |
| 30 | return this["S"][e + this["S"][this["i"]] & 255]; |
| 31 | } |
| 32 | |
| 33 | NFNA["prototype"]["init"] = OeVo; |
| 34 | NFNA["prototype"]["next"] = PbHO; |
nothing calls this directly
no outgoing calls
no test coverage detected