takes one byte and stores it in a buffer. If the buffer is already full it gets encrypted and written to output
the byte to encrypt
the output buffer
the number of bytes written to output. Will be 0 or BLOCKSIZE of underlying cipher.
See Implementation
takes one byte and stores it in a buffer. If the buffer is already full it gets encrypted and written to output