An inline-based implementation of the RC4 stream cipher.
Constructs a new RC4 cipher object and initializes the Keystream State with the given key.
The key to use in the Keystream.
Performs an inline cipher on the entire contents of the data buffer.
data
A stream of data to cipher using the Keystream.
Initializes the Keystream State.
Generated using TypeDoc
An inline-based implementation of the RC4 stream cipher.