Core Class
View Source on Trac ↗
Core Class
ParagonIE_Sodium_Core_SipHash
class ParagonIE_Sodium_Core_SipHash
// Constructor: function Object() { [native code] } Class ParagonIE_SodiumCompat_Core_SipHash
Methods 4 methods
| Method / Return | Description |
|---|---|
| sipRound() int[] | No description available.
Parameters: $v: array |
| add() array<int, | Add two 32 bit integers representing a 64-bit integer.
Parameters: $a: array, $b: array |
| rotl_64() array<int, | No description available.
Parameters: $int0: mixed, $int1: mixed, $c: mixed |
| sipHash24() string | Implements Siphash-2-4 using only 32-bit numbers.
Parameters: $in: mixed, $key: mixed |
Class Information
Source File
wp-includes/sodium_compat/src/Core/SipHash.php
Advertisement