X923Pad.addPadding

pad with zeros or random bytes if SecureRandom is specified in constructor.

struct X923Pad
nothrow
void
addPadding
(
ubyte[] block
,
in uint len
)

Parameters

len uint

the number of data bytes in this block. has to be smaller than block.length.

Meta