IStreamCipher

Undocumented in source.

Members

Functions

name
string name()
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[] nonce)

Initialize the cipher.

Meta