StreamCipherWrapper

Undocumented in source.

Members

Functions

processBytes
ubyte[] processBytes(ubyte[] input, ubyte[] output)

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

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

Properties

name
string name [@property getter]

Inherited Members

From IStreamCipher

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

Initialize the cipher.

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

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

Meta