php-src/ext/hash
2025-08-09 12:56:40 +02:00
..
murmur ext/hash: Swap the checking order of __has_builtin and __GNUC__ (#14185) 2024-05-10 09:37:13 +09:00
sha3 Merge branch 'PHP-7.4' into PHP-8.0 2022-10-21 00:04:43 -06:00
tests ext/hash: tests for md5 and sha1 compatibility (#18525) 2025-05-09 13:08:58 +01:00
xxhash Merge branch 'PHP-8.3' into PHP-8.4 2025-06-12 19:26:56 +02:00
bench.php
config.m4 Autotools: Update ax_check_compile_flag.m4 to serial 11 (#19127) 2025-08-09 02:03:37 +02:00
config.w32 hash: Add SHA-NI implementation of SHA-256 (#15152) 2024-08-08 22:19:33 +02:00
CREDITS
hash.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
hash.stub.php Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
hash_adler32.c ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
hash_arginfo.h Arginfo: add and use known strings for attribute values 2025-07-14 17:31:22 -07:00
hash_crc32.c ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
hash_fnv.c [skip ci] Fix various typos and grammar issues (#11143) 2023-04-28 11:05:32 +02:00
hash_gost.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
hash_haval.c Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB 2023-12-12 19:57:06 +01:00
hash_joaat.c
hash_md.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
hash_murmur.c ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
hash_ripemd.c Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB 2023-12-12 19:57:06 +01:00
hash_sha.c hash: Add SHA-NI implementation of SHA-256 (#15152) 2024-08-08 22:19:33 +02:00
hash_sha3.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
hash_sha_ni.c Support SHA256_Transform_shani() with MSVC, too 2024-09-04 18:07:59 +02:00
hash_sha_sse2.c hash: Add SHA-NI implementation of SHA-256 (#15152) 2024-08-08 22:19:33 +02:00
hash_snefru.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
hash_tiger.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
hash_whirlpool.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
hash_xxhash.c Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
php_hash.h Use proper hash_spec_result enum for return values in ext/hash (#19386) 2025-08-09 12:56:40 +02:00
php_hash_adler32.h ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
php_hash_crc32.h ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
php_hash_crc32_tables.h
php_hash_fnv.h Remove unused macro PHP_FNV1_32A_INIT and PHP_FNV1A_64_INIT (#11114) 2023-05-03 18:46:31 +02:00
php_hash_gost.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_gost_tables.h
php_hash_haval.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_joaat.h
php_hash_md.h
php_hash_murmur.h ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
php_hash_ripemd.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_sha.h Support SHA256_Transform_shani() with MSVC, too 2024-09-04 18:07:59 +02:00
php_hash_sha3.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_snefru.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_snefru_tables.h
php_hash_tiger.h
php_hash_tiger_tables.h
php_hash_whirlpool.h
php_hash_whirlpool_tables.h
php_hash_xxhash.h ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00