sodium_pad

Add padding data

Description

string sodium_pad(#[\SensitiveParameter]string $string, int $block_size)

Right-pad a string to a desired length. Timing-safe.

Parameters

string
Unpadded string.
block_size
The string will be padded until it is an even multiple of the block size.

Return Values

Padded string.