This just sets the $iv static variable.
ParagonIE_Sodium_Core32_BLAKE2b::store64
ParagonIE_Sodium_Core32_BLAKE2b::load64
ParagonIE_Sodium_Core32_BLAKE2b::rotr64
Advertisement
ParagonIE_Sodium_Core32_BLAKE2b::xor64
ParagonIE_Sodium_Core32_BLAKE2b::add364
ParagonIE_Sodium_Core32_BLAKE2b::add64
Adds two 64-bit integers together, returning their sum as a SplFixedArray containing two 32-bit integers (representing a 64-bit integer).
ParagonIE_Sodium_Core32_BLAKE2b::to64
Convert an arbitrary number into an SplFixedArray of two 32-bit integers that represents a 64-bit integer.
Advertisement
ParagonIE_Sodium_Core32_BLAKE2b::new64
Turn two 32-bit integers into a fixed array representing a 64-bit integer.
ParagonIE_Sodium_Core_XSalsa20::xsalsa20_xor
Encrypt a string with XSalsa20. Doesn’t provide integrity.
ParagonIE_Sodium_Core_XSalsa20::xsalsa20
Expand a key and nonce into an xsalsa20 keystream.