..
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
hash: Implement secret support for xxh3 and xxh128
2021-02-20 23:26:59 +01: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.c
Update http->https in license ( #6945 )
2021-05-06 12:16:35 +02:00
hash.stub.php
Implicitly enable function entry generation when class entry generation is enabled
2021-02-09 13:37:24 +01:00
hash_adler32.c
Update http->https in license ( #6945 )
2021-05-06 12:16:35 +02:00
hash_arginfo.h
Improve class entry generation
2021-02-16 13:09:56 +01: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
Update http->https in license ( #6945 )
2021-05-06 12:16:35 +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_sha.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_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
php_hash.h
Update http->https in license ( #6945 )
2021-05-06 12:16:35 +02:00
php_hash_adler32.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_crc32_tables.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.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_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_sha.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_snefru.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_tiger.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_whirlpool.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_xxhash.h
Update http->https in license ( #6945 )
2021-05-06 12:16:35 +02:00