BlockCipherPadding

Base padding class for implementing block padding schemes.

Members

Functions

pad
ubyte[] pad(uint len)

Generate padding to a specific length.

unpad
uint unpad(const(void[]) input_)

Return the number of pad bytes in the block.

Properties

name
const(char)[] name [@property getter]

Meta