Ripemd128.padLength

Performs the length padding

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

Parameters

at ubyte[]

the slice of the cipher buffer to fill with padding

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