RC4 Class
Namespace: Stimulsoft.System.Crypt
Constructors
| Constructor | Description |
|---|---|
| constructor() |
constructor()
Methods
| Method | Returns | Description |
|---|---|---|
| init | void | |
| next | number |
Method Details
init
init(key: number[]): void
Parameters
- key (number[])
next
next(): number
Returns number
Fields
| Field | Type | Description |
|---|---|---|
| j | any | |
| temp | any |