Ripemd128.padMessage

Pads the cipher data

class Ripemd128
protected override
void
padMessage
(
ubyte[] at
)

Parameters

at 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