php-src/ext/hash
Anatol Belski 20501c72c8 hash: Implement secret support for xxh3 and xxh128
A secret can be passed through the options array. The length is
currently in the range of 136 to 256 bytes. The concerned algos are
already marked as non serializable.

Signed-off-by: Anatol Belski <ab@php.net>
2021-02-20 23:26:59 +01:00
..
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 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 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 Make the old mhash API a wrapper around hash, this removes a dependency. 2008-06-26 22:33:16 +00:00
hash_adler32.c hash: Support custom algo parameters 2020-12-13 14:14:07 +01:00
hash_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +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_sha3.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_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 hash: Implement secret support for xxh3 and xxh128 2021-02-20 23:26:59 +01:00
hash.c Generate class entries from stubs for another batch of extensions 2021-02-08 19:53:55 +01:00
hash.stub.php Implicitly enable function entry generation when class entry generation is enabled 2021-02-09 13:37:24 +01:00
php_hash_adler32.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_crc32.h hash: Support custom algo parameters 2020-12-13 14:14:07 +01:00
php_hash_fnv.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_gost.h hash: Support custom algo parameters 2020-12-13 14:14:07 +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_sha3.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_snefru_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_snefru.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_tiger.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_whirlpool.h hash: Support custom algo parameters 2020-12-13 14:14:07 +01:00
php_hash_xxhash.h hash: Implement secret support for xxh3 and xxh128 2021-02-20 23:26:59 +01:00
php_hash.h hash: Implement xxHash 2021-01-09 19:35:32 +01:00