summaryrefslogtreecommitdiff
path: root/ext/hash/hash_sha3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-04-061-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-061-1/+1
| |\
| | * Always use ZEND_SECURE_ZERO() when cleaning up dataStanislav Malyshev2019-04-061-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Fixed bug #75303 sha3 hangs on bigendianRemi Collet2017-10-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Hopefully last round of size_t fixes, this makes the remaining php_hash_ops u...Kalle Sommer Nielsen2018-10-031-5/+11
* | | Second round of fixing compiler warnings in ext/hash. Lots of the signatures ...Kalle Sommer Nielsen2018-10-031-3/+3
* | | year++Xinchen Hui2018-01-021-1/+1
|/ /
* | Fix Bug #75284 sha3 is not supported on bigendian machineRemi Collet2017-10-031-0/+214
* | Replace slow generic sha3 implementation by https://github.com/gvanas/KeccakC...Christian Schneider2017-05-281-178/+15
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-211-0/+1
|\ \ | |/
| * Fix bug #73961 environmental build dependency in hash sha3 sourceJoe Watkins2017-01-211-0/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * Change Big Endian backup implementations to use signed indexesSara Golemon2016-11-011-3/+3
* | Disallow non-crypto hashes in HMAC and PBKDF2Andrey Andreev2017-01-181-1/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Change Big Endian backup implementations to use signed indexesSara Golemon2016-10-111-3/+3
|/
* Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.Rouven Weßling2016-02-041-17/+17
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* It should not be constXinchen Hui2015-10-271-3/+3
* Fixed Bug #70797 (Error while making PHP7)Xinchen Hui2015-10-271-3/+6
* Fix build on WindowsKalle Sommer Nielsen2015-10-221-2/+4
* Fix undefined symbol error when compiling with LLVMStanislav Malyshev2015-10-161-6/+6
* Add missing NEWS entry, copyright notice, and vim settingsSara Golemon2015-10-161-0/+18
* Implement SHA3 hashing algorithmSara Golemon2015-10-151-0/+215