php-src/ext/hash
Máté Kocsis e328c68305
Rename @cname to @cvalue in stubs (#9043)
@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as @cvalue would be more appropriate.
2022-07-19 15:11:42 +02:00
..
murmur fix [-Wstrict-prototypes] buid warnings 2021-11-24 14:55:11 +01:00
sha3 Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
tests Mark parameter in ext/hash as sensitive 2022-06-13 11:09:12 +02:00
xxhash hash: Upgrade xxHash to 0.8.1 2021-12-25 19:00:09 +01:00
bench.php hash: Use hrtime() in the bench script [ci skip] 2021-01-09 21:41:45 +01:00
config.m4 Fixed typo in configure message 2022-07-18 15:18:08 +01:00
config.w32 hash: Implement xxHash 2021-01-09 19:35:32 +01:00
CREDITS
hash_adler32.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_arginfo.h Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +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 Introduction of timing attack safe bcmp implementation. 2022-06-20 16:30:30 +01:00
hash.stub.php Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +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