Md2.padMessage

Pads the cipher data

Parameters

data ubyte[]

a slice of the cipher buffer to fill with padding

Remarks: Fills the passed buffer slice with the appropriate padding for the final call to transform(). This padding will fill the cipher buffer up to blockSize()-addSize().

Meta