IStreamCipher
The interface stream ciphers conform to.
The name of the algorithm this cipher implements.
Initialise the cipher.
Process a block of bytes from input, putting the result into output.
void Reset()
Reset the cipher to the same state as it was after the last init (if there was one).
encrypt/decrypt a single byte returning the result.