StreamCipher

Undocumented in source.

Members

Functions

name
string name()
processBytes
void processBytes(ubyte[] input, ubyte[] output)

process a block of bytes from in putting the result into out.

processBytes
ubyte[] processBytes(ubyte[] input)

process a block of bytes from in putting the result into out.

reset
void reset()
Undocumented in source.
returnByte
ubyte returnByte(ubyte input)

encrypt/decrypt a single byte returning the result.

start
void start(bool forEncryption, ubyte[] key, ubyte[] iv)

Initialize the cipher.

Meta