summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash_sha3.h
Commit message (Expand)AuthorAgeFilesLines
* hash: Support custom algo parametersAnatol Belski2020-12-131-4/+4
* Make HashContexts serializable.Eddie Kohler2020-06-301-0/+3
* SHA-3 Keccak_Hash: Store Keccak_HashInstance in the main context.Eddie Kohler2020-06-301-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-8/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Second round of fixing compiler warnings in ext/hash. Lots of the signatures ...Kalle Sommer Nielsen2018-10-031-4/+4
* year++Xinchen Hui2018-01-021-1/+1
* Fix Bug #75284 sha3 is not supported on bigendian machineRemi Collet2017-10-031-0/+5
* Replace slow generic sha3 implementation by https://github.com/gvanas/KeccakC...Christian Schneider2017-05-281-2/+1
* Fix bug #73961 environmental build dependency in hash sha3 sourceJoe Watkins2017-01-211-1/+0
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.Rouven Weßling2016-02-041-1/+1
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Add missing NEWS entry, copyright notice, and vim settingsSara Golemon2015-10-161-0/+8
* Implement SHA3 hashing algorithmSara Golemon2015-10-151-0/+51