summaryrefslogtreecommitdiff
path: root/ext/hash/tests/hash_copy_001.phpt
Commit message (Expand)AuthorAgeFilesLines
* Fix #71890: Add support for crc32c Castagnoli's polynomial.Andrew Brampton2019-03-111-0/+6
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* Update hash tests for consistency in their titles and remove the skipif secti...Kalle Sommer Nielsen2018-10-031-3/+1
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-3/+3
* Implement FIPS 180-4 algos: sha512/256 and sha512/224Sara Golemon2016-05-141-0/+12
* Implement SHA3 hashing algorithmSara Golemon2015-10-151-0/+24
* Fix #66698: Add fnv1a32 and fnv1a64 hash optionsMichael M Slusarz2014-03-061-0/+12
* fix failing testsManuel Mausz2013-09-051-0/+6
* fix tests I borkedMichael Wallner2012-01-171-24/+24
* remove Salsa10/Salsa20, which are actually stream ciphers not hash functionsMichael Wallner2012-01-171-12/+0
* Add skipifXinchen Hui2011-09-061-0/+2
* JOAAT hashing now supports incremental hashing.Martin Jansen2010-03-281-1/+1
* Fixed test for the recently added algorithmus and made it moreMartin Jansen2010-03-251-0/+104
* MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what z...Scott MacVicar2009-06-301-4/+4
* - MFH: Fix testFelipe Pena2008-12-271-0/+8
* MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and...Antony Dovgal2008-08-181-4/+4
* fix testsAntony Dovgal2008-06-041-0/+8
* [DOC] add hash_copy() to be able to copy hash resourceAntony Dovgal2008-04-211-0/+182