.. |
murmur
|
hash: murmur: Fix GCC support version for no_sanitize
|
2020-11-01 21:47:39 +01:00 |
sha3
|
Make HashContexts serializable.
|
2020-06-30 14:30:33 +02:00 |
tests
|
Fix memsize check for xxh32
|
2021-01-18 10:35:01 +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
|
hash: Implement xxHash
|
2021-01-09 19:35:32 +01:00 |
config.w32
|
hash: Implement xxHash
|
2021-01-09 19:35:32 +01:00 |
CREDITS
|
|
|
hash.c
|
Replace zend_bool uses with bool
|
2021-01-15 12:33:06 +01:00 |
hash.stub.php
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_adler32.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_arginfo.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_crc32.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_fnv.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_gost.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_haval.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_joaat.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_md.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_murmur.c
|
hash: Fix signatures in the final callback defs
|
2020-12-13 21:17:46 +01:00 |
hash_ripemd.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_sha.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_sha3.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_snefru.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_tiger.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_whirlpool.c
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
hash_xxhash.c
|
Fix memsize check for xxh32
|
2021-01-18 10:35:01 +01:00 |
php_hash.h
|
hash: Implement xxHash
|
2021-01-09 19:35:32 +01:00 |
php_hash_adler32.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_crc32.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01: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_fnv.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_gost.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01: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
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_joaat.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_md.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_murmur.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_ripemd.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_sha.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_sha3.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01:00 |
php_hash_snefru.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01: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_tiger.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01: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_whirlpool.h
|
hash: Support custom algo parameters
|
2020-12-13 14:14:07 +01: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_xxhash.h
|
hash: Implement xxHash
|
2021-01-09 19:35:32 +01:00 |