Performs the cipher on a block of data
the block of data to cipher
Remarks: The actual cipher algorithm is carried out by this method on the passed block of data. This method is called for every blockSize() bytes of input data and once more with the remaining data padded to blockSize().
See Implementation
Performs the cipher on a block of data