summaryrefslogtreecommitdiff
path: root/ext/hash/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Fix Bug #75284 sha3 is not supported on bigendian machineRemi Collet2017-10-031-12/+20
* fix hash build (when build dir != src dir)Remi Collet2017-05-291-1/+2
* Replace slow generic sha3 implementation by https://github.com/gvanas/KeccakC...Christian Schneider2017-05-281-2/+11
* Implement SHA3 hashing algorithmSara Golemon2015-10-151-2/+2
* Merge branch '2Guploads'Michael Wallner2013-08-091-1/+1
|\
| * unify stdint type usageMichael Wallner2013-08-061-1/+1
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
|/
* remove Salsa10/Salsa20, which are actually stream ciphers not hash functionsMichael Wallner2012-01-171-2/+2
* Added Jenkins's one-at-a-time hash support to ext/hash.Martin Jansen2010-03-241-2/+2
* Add FNV-1 support to ext/hashMichael Maclean2010-03-231-2/+2
* Enable salsa hashing algorithmScott MacVicar2008-12-251-2/+3
* Fixed #45911 (Cannot disable ext/hash)Arnaud Le Blanc2008-09-071-0/+3
* this should be "=", not "=="Antony Dovgal2008-07-211-1/+1
* MFB: Make the old mhash API a wrapper around hash, this removes a dependency.Scott MacVicar2008-06-281-0/+8
* - Fix some configure --help textsfoobar2007-07-031-1/+1
* MF51: fix tiger on big endian platformsMichael Wallner2006-02-191-1/+3
* - use php_hash_* typesMichael Wallner2005-11-261-1/+6
* - add crc32Michael Wallner2005-11-261-3/+4
* - add adler32Michael Wallner2005-11-251-2/+9
* - add gost algoMichael Wallner2005-11-251-2/+2
* - add snefru algoMichael Wallner2005-11-251-3/+3
* - add tiger algoMichael Wallner2005-11-241-2/+2
* - add whirlpool algoMichael Wallner2005-11-231-2/+2
* - install extension headersMichael Wallner2005-11-221-0/+3
* Add HAVAL algorithmSara Golemon2005-11-201-1/+1
* Initial CommitSara Golemon2005-11-181-0/+10