php-src/ext/hash
Nikita Popov 68195bd481 Update ext/spl parameter names
Closes GH-6284.
2020-10-07 12:26:46 +02:00
..
sha3 Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
tests Improve parameter names in ext/hash and ext/openssl 2020-09-24 22:15:30 +02:00
bench.php hash: Fix warning in the bench script 2020-09-02 17:35:51 +02:00
config.m4 Merge branch 'PHP-7.4' 2019-09-17 16:18:03 +02:00
config.w32 Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbols 2019-06-27 23:25:33 +02: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 Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
hash_crc32.c X86: Fast CRC32 computation using PCLMULQDQ instruction 2020-09-02 15:10:41 +02:00
hash_fnv.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_gost.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_haval.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
hash_joaat.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_md.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_ripemd.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_sha3.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_sha.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_snefru.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_tiger.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_whirlpool.c Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash.c Make null byte error a ValueError 2020-09-08 15:23:23 +02:00
hash.stub.php Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
php_hash_adler32.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_crc32_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_crc32.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_fnv.h Make HashContexts serializable. 2020-06-30 14:30:33 +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 Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_haval.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_joaat.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_md.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_ripemd.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_sha3.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_sha.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_snefru_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_snefru.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_tiger_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_tiger.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash_whirlpool_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_whirlpool.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
php_hash.h Make HashContexts serializable. 2020-06-30 14:30:33 +02:00