MerkleDamgard.transform

Performs the digest on a block of data

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

Parameters

data ubyte[]

the block of data to digest

Remarks: The actual digest algorithm is carried out by this method on the passed block of data. This method is called for every blockSize() bytes of input data and once more with the remaining data padded to blockSize().

Meta