| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 306 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: ParagonIE_Sodium_Core_SipHash - X-Ref
Class ParagonIE_SodiumCompat_Core_SipHash| sipRound(array $v) X-Ref |
param: int[] $v return: int[] |
| add(array $a, array $b) X-Ref |
| Add two 32 bit integers representing a 64-bit integer. param: int[] $a param: int[] $b return: array<int, mixed> |
| rotl_64($int0, $int1, $c) X-Ref |
param: int $int0 param: int $int1 param: int $c return: array<int, mixed> |
| sipHash24($in, $key) X-Ref |
| Implements Siphash-2-4 using only 32-bit numbers. When we split an int into two, the higher bits go to the lower index. e.g. 0xDEADBEEFAB10C92D becomes [ 0 => 0xDEADBEEF, 1 => 0xAB10C92D ]. param: string $in param: string $key return: string |
| Generated : Tue Oct 28 08:20:05 2025 | Cross-referenced by PHPXref |