ParagonIE_Sodium_Core_BLAKE2b::compress
ParagonIE_Sodium_Core_BLAKE2b::context
Returns a fresh BLAKE2 context.
ParagonIE_Sodium_Core_BLAKE2b::pseudoConstructor
This just sets the $iv static variable.
Advertisement
ParagonIE_Sodium_Core_BLAKE2b::store64
ParagonIE_Sodium_Core_BLAKE2b::load64
ParagonIE_Sodium_Core_BLAKE2b::flatten64
ParagonIE_Sodium_Core_BLAKE2b::rotr64
Advertisement
ParagonIE_Sodium_Core_BLAKE2b::xor64
ParagonIE_Sodium_Core_BLAKE2b::add364
ParagonIE_Sodium_Core_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_Core_BLAKE2b::to64
Convert an arbitrary number into an SplFixedArray of two 32-bit integers that represents a 64-bit integer.
Advertisement
ParagonIE_Sodium_Core_BLAKE2b::new64
Turn two 32-bit integers into a fixed array representing a 64-bit integer.
ParagonIE_Sodium_Core_Base64_UrlSafe::encode6Bits
Uses bitwise operators instead of table-lookups to turn 8-bit integers into 6-bit integers.
ParagonIE_Sodium_Core_Base64_UrlSafe::decode6Bits
Uses bitwise operators instead of table-lookups to turn 6-bit integers into 8-bit integers.