php-src/ext/hash
2024-08-23 19:37:57 +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 Correctly specify secret instead of seed in ext/hash deprecation message (#15557) 2024-08-23 19:37:57 +02:00
xxhash Replace WIN32 conditions with _WIN32 or PHP_WIN32 (#14462) 2024-06-10 21:59:41 +02:00
bench.php hash: Use hrtime() in the bench script [ci skip] 2021-01-09 21:41:45 +01:00
config.m4 Autotools: Sync CS in hash extension (#15302) 2024-08-09 01:45:50 +02:00
config.w32 hash: Add SHA-NI implementation of SHA-256 (#15152) 2024-08-08 22:19:33 +02:00
CREDITS
hash_adler32.c ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
hash_arginfo.h Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02: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 Update http->https in license (#6945) 2021-05-06 12:16:35 +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 Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
hash_md.c Merge branch 'PHP-8.2' into PHP-8.3 2023-12-12 19:57:47 +01: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_sha3.c ext/hash: Make return type zend_result for serialize function typedef 2024-08-23 17:41:33 +01:00
hash_sha_ni.c hash: Consistently check for PHP_HASH_INTRIN_SHA_* to guard compilation of SHA256_Transform_shani (#15404) 2024-08-14 15:18:07 +02:00
hash_sha_sse2.c hash: Add SHA-NI implementation of SHA-256 (#15152) 2024-08-08 22:19:33 +02:00
hash_sha.c hash: Add SHA-NI implementation of SHA-256 (#15152) 2024-08-08 22:19:33 +02:00
hash_snefru.c Mark constant static arrays in function bodies actually as const (#10325) 2023-01-15 14:51:31 +00:00
hash_tiger.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_whirlpool.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_xxhash.c Correctly specify secret instead of seed in ext/hash deprecation message (#15557) 2024-08-23 19:37:57 +02:00
hash.c ext/hash: Make return type zend_result for serialize function typedef 2024-08-23 17:41:33 +01:00
hash.stub.php Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
php_hash_adler32.h ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
php_hash_crc32_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_crc32.h ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
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_tables.h
php_hash_gost.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
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 Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_md.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
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_sha3.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_sha.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_snefru_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_snefru.h Remove unused ext/standard/basic_functions.h header inclusions 2024-08-18 18:20:22 +01:00
php_hash_tiger_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_tiger.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_whirlpool_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_whirlpool.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_xxhash.h ext/hash: Specialize copy function typedef 2024-08-23 17:41:33 +01:00
php_hash.h ext/hash: Make return type zend_result for serialize function typedef 2024-08-23 17:41:33 +01:00