summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Fix #71890: Add support for crc32c Castagnoli's polynomial.Andrew Brampton2019-03-111-0/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Fix a warning about comparing signed/unsigned variablesjvoisin2019-01-061-1/+1
* Hopefully last round of size_t fixes, this makes the remaining php_hash_ops u...Kalle Sommer Nielsen2018-10-031-4/+4
* Second round of fixing compiler warnings in ext/hash. Lots of the signatures ...Kalle Sommer Nielsen2018-10-031-5/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Bump phar and hash extension version to match PHP versionPeter Kokot2018-06-211-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Refactor HashContext into an object.=?UTF-8?q?Rouven=20We=C3=9Fling?=2017-01-311-3/+9
* Disallow non-crypto hashes in HMAC and PBKDF2Andrey Andreev2017-01-181-0/+1
* Add hash_hkdf()Andrey Andreev2017-01-141-0/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Implement FIPS 180-4 algos: sha512/256 and sha512/224Sara Golemon2016-05-141-0/+2
* Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.Rouven Weßling2016-02-041-4/+0
* Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | Implement SHA3 hashing algorithmSara Golemon2015-10-151-0/+4
|/ /
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+2
* | revert yet unready stuffAnatol Belski2015-03-231-1/+1
* | more fixes to the shared compilationAnatol Belski2015-03-231-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* | master renames phase 1Anatol Belski2014-08-251-1/+1
* | fix hashAnatol Belski2014-08-191-1/+1
|/
* Add hash_equals() to perform string comparisons that are not vulnerable to ti...Rouven Weßling2014-03-171-0/+1
* Fix #66698: Add fnv1a32 and fnv1a64 hash optionsMichael M Slusarz2014-03-061-0/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* Add support for CryptoPro S-box for GOSTManuel Mausz2013-09-051-0/+1
* unify stdint type usageMichael Wallner2013-08-061-1/+6
* Happy New YearXinchen Hui2013-01-011-1/+1
* Create hash_pbkdf2 function additionAnthony Ferrara2012-06-121-0/+1
* remove Salsa10/Salsa20, which are actually stream ciphers not hash functionsMichael Wallner2012-01-171-2/+0
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Added Jenkins's one-at-a-time hash support to ext/hash.Martin Jansen2010-03-241-0/+1
* Add FNV-1 support to ext/hashMichael Maclean2010-03-231-0/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH Enable salsa hashing algorithmScott MacVicar2008-12-251-0/+2
* Add sha224 support.Scott MacVicar2008-06-021-0/+1
* [DOC] add hash_copy() to be able to copy hash resourceAntony Dovgal2008-04-211-0/+3
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* make the hash_ops structures const and save some memoryNuno Lopes2007-01-081-28/+28
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Backport md2, ripemd256, and ripemd320 algos from HEADSara Golemon2006-11-151-0/+3