sodium_increment

Increment large number

Description

void sodium_increment(string &$string)

Treat the string as a little-endian unsigned integer, then increase it by 1. Constant-time.

Parameters

string

String to increment.

Return Values

No value is returned.