Ripemd128.padLength

Performs the length padding

class Ripemd128
protected override
void
padLength
(
ubyte[] at
,
ulong length
)

Parameters

length ulong

the length of the data which has been ciphered

Remarks: Fills the passed buffer slice with addSize() bytes of padding based on the length in bytes of the input data which has been ciphered.

Meta