PHP.nl

sodium_add

sodium_add

Add large numbers

void **sodium_add** string $string1 string $string2

This adds the parameter to , overwriting the value stored in . This function assumes both parameters are binary strings that represent unsigned integers in little-endian byte order. string2``string1``string1

string1String representing an arbitrary-length unsigned integer in little-endian byte order. This parameter is passed by reference and will hold the sum of the two parameters.

string2String representing an arbitrary-length unsigned integer in little-endian byte order.

return.void