StreamCipher.returnByte

Process one byte of input.

class StreamCipher
abstract
ubyte
returnByte
(
ubyte input
)

Parameters

input ubyte

Byte to XOR with keystream.

Return Value

Type: ubyte

One byte of input XORed with the keystream.

Meta