mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
![]() > **MurmurHash3** > > Added support for MurmurHash3 with streaming support. The following variants are implemented: > * murmur3a, 32-bit hash > * murmur3c, 128-bit hash for x86 > * murmur3f, 128-bit hash for x64 > > **xxHash** > > Added support for xxHash. The following variants are implemented: > * xxh32, 32-bit hash > * xxh64, 64-bit hash > * xxh3, 64-bit hash > * xxh128, 128-bit hash Refs: * https://www.php.net/manual/en/migration81.new-features.php#migration81.new-features.hash.murmurhash3 * https://github.com/php/php-src/pull/6059 * |
||
---|---|---|
.. | ||
hash-algos.xml | ||
hash-copy.xml | ||
hash-equals.xml | ||
hash-file.xml | ||
hash-final.xml | ||
hash-hkdf.xml | ||
hash-hmac-algos.xml | ||
hash-hmac-file.xml | ||
hash-hmac.xml | ||
hash-init.xml | ||
hash-pbkdf2.xml | ||
hash-update-file.xml | ||
hash-update-stream.xml | ||
hash-update.xml | ||
hash.xml |