Calculate $a ^ $b for two strings.
ParagonIE_Sodium_Core_Util::isMbStringOverride
Returns whether or not mbstring.func_overload is in effect.
ParagonIE_Sodium_Core_Util::verify_32
Compare a 32-character byte string in constant time.
ParagonIE_Sodium_Core_Util::verify_16
Compare a 16-character byte string in constant time.
Advertisement
ParagonIE_Sodium_Core_Util::substr
Safe substring
ParagonIE_Sodium_Core_Util::strlen
Safe string length
ParagonIE_Sodium_Core_Util::stringToIntArray
Turn a string into an array of integers
ParagonIE_Sodium_Core_Util::store_4
Store a 32-bit integer into a string, treating it as big-endian.
Advertisement
ParagonIE_Sodium_Core_Util::store64_le
Stores a 64-bit integer as an string, treating it as little-endian.
ParagonIE_Sodium_Core_Util::store32_le
Store a 32-bit integer into a string, treating it as little-endian.
ParagonIE_Sodium_Core_Util::numericTo64BitInteger
Convert any arbitrary numbers into two 32-bit integers that represent a 64-bit integer.
ParagonIE_Sodium_Core_Util::store_3
Store a 24-bit integer into a string, treating it as big-endian.
Advertisement
ParagonIE_Sodium_Core_Util::mul
Multiply two integers in constant-time
ParagonIE_Sodium_Core_Util::memcmp
ParagonIE_Sodium_Core_Util::load_4
Load a 4 character substring into an integer