php-doc-en/reference/hash/functions
Juliette 03bb26ae70
PHP 8.1 | Update hash_algos() documentation
> **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
* 72e91e9fc8
* https://www.php.net/manual/en/migration81.new-features.php#migration81.new-features.hash.xxhash
* https://github.com/php/php-src/pull/6524
* 23590f7c53

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>

Closes GH-1451.
2022-03-11 14:20:23 +01:00
..
hash-algos.xml PHP 8.1 | Update hash_algos() documentation 2022-03-11 14:20:23 +01:00
hash-copy.xml Fix #75739: Hash uses objects since PHP 7.2.0 2018-01-28 13:32:11 +00:00
hash-equals.xml Fixes from volunteers 2020-10-20 08:54:50 +00:00
hash-file.xml Update ext/hash documentation 2021-12-17 15:15:19 +01:00
hash-final.xml Generate hash methodsynopses based on stubs 2020-11-17 22:46:27 +00:00
hash-hkdf.xml Revert revision(s) 351724 from phpdoc/en/trunk: 2020-11-28 18:05:44 +00:00
hash-hmac-algos.xml Remove some unnecessary methodsynopsis role attributes (#913) 2021-09-14 14:37:29 +02:00
hash-hmac-file.xml Update name of 3rd param of hash_hmac_file() 2021-12-26 13:07:57 +01:00
hash-hmac.xml Update ext/hash documentation 2021-12-17 15:15:19 +01:00
hash-init.xml Update ext/hash documentation 2021-12-17 15:15:19 +01:00
hash-pbkdf2.xml Fix #81473: hash_pbkdf2 truncate in hex 2021-09-27 14:33:58 +02:00
hash-update-file.xml Generate hash methodsynopses based on stubs 2020-11-17 22:46:27 +00:00
hash-update-stream.xml Generate hash methodsynopses based on stubs 2020-11-17 22:46:27 +00:00
hash-update.xml Fix #75739: Hash uses objects since PHP 7.2.0 2018-01-28 13:32:11 +00:00
hash.xml fixed function name in changelog 2021-12-18 10:23:36 +09:00