Sha01.padMessage

Pads the cipher data

class Sha01
protected final override
void
padMessage
(
ubyte[] 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