BlockCipherPadding.pad

Generate padding to a specific length.

class BlockCipherPadding
abstract
ubyte[]
pad
(
uint len
)

Parameters

len uint

Length of padding to generate

Return Value

Type: ubyte[]

The padding bytes to be added.

Meta