sodium_pad
Add padding data
Description
string sodium_pad(#[\SensitiveParameter]string $string, int $block_size)
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.