MerkleDamgard.padMessage

Pads the digest data

class MerkleDamgard
protected abstract
void
padMessage
(
ubyte[] data
)

Parameters

data ubyte[]

a slice of the digest 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 message data buffer up to blockSize()-addSize().

Meta