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.

reset
deprecated void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
returnByte
ubyte returnByte(ubyte input)

encrypt/decrypt a single byte returning the result.

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

Properties

name
string name [@property getter]

Inherited Members

From StreamCipher

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

Initialize the cipher.

name
string name()
returnByte
ubyte returnByte(ubyte input)

encrypt/decrypt a single byte returning the result.

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

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

reset
void reset()
Undocumented in source.
processBytes
ubyte[] processBytes(ubyte[] input)

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

Meta