sachp

Pads data right to size with zeroes.

static pure
void
sachp
(
ref ubyte[] data
,
size_t size
)

Parameters

data ubyte[]

The bytes to be padded.

size size_t

The size of data after padding.

Meta