summaryrefslogtreecommitdiff
path: root/ext/hash/hash_sha3.c
Commit message (Expand)AuthorAgeFilesLines
* 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