Pads the cipher data
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().
See Implementation
Pads the cipher data