IStreamCipher

Members

Functions

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

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

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

Initialize the cipher.

Meta