php-src/ext/hash
Máté Kocsis fdc6082902
Generate optimizer func info from stubs for various extensions (#7409)
ext/hash, ext/iconv, ext/mbstring, ext/xml, ext/zlib
2021-08-26 19:52:11 +02:00
..
murmur hash: Fix -Warray-parameter= warnings 2021-03-26 23:29:01 +01:00
sha3 Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
tests Deprecate mhash 2021-07-08 15:34:51 +02:00
xxhash hash: Implement xxHash 2021-01-09 19:35:32 +01:00
bench.php hash: Use hrtime() in the bench script [ci skip] 2021-01-09 21:41:45 +01:00
config.m4 Drop -Wno-implicit-fallthrough compiler flag 2021-04-19 13:59:18 +01:00
config.w32 hash: Implement xxHash 2021-01-09 19:35:32 +01:00
CREDITS Make the old mhash API a wrapper around hash, this removes a dependency. 2008-06-26 22:33:16 +00:00
hash_adler32.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_arginfo.h Generate optimizer func info from stubs for various extensions (#7409) 2021-08-26 19:52:11 +02:00
hash_crc32.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_fnv.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_gost.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_haval.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_joaat.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
hash_md.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_murmur.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_ripemd.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_sha3.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_sha.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_snefru.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02: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 Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash.c Use free_obj handler in HashContext 2021-06-09 12:12:13 +02:00
hash.stub.php Generate optimizer func info from stubs for various extensions (#7409) 2021-08-26 19:52:11 +02:00
php_hash_adler32.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_crc32_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_crc32.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_fnv.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_gost_tables.h Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t. 2016-02-04 11:57:41 +01:00
php_hash_gost.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_haval.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02: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 Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_ripemd.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_sha3.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_sha.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_snefru_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_snefru.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02: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 Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00