Md2.transform

Performs the cipher on a block of data

Parameters

input ubyte[]

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().

Meta