Performs the digest on a block of data
the block of data to digest
Remarks: The actual digest 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 digest on a block of data