Changelog for hash |
Release |
What has changed? |
1.5 |
Fix builds (PHP4&5) |
1.4 |
* Fix builds (PHP 4 only)
* Added ripemd256, and ripemd320 to supported algorithms
* Added function reflection information (PHP5+ only) |
1.3 |
* Fixed PHP bug #37192 - cc may complain about non-constant initializers in hash_adler.c |
1.2 |
* Fixed tiger algorithm generating wrong results on big endian platforms.
+ Added MD2 to supported algorithms. |
1.1 |
Fixed PECL bug #6183 - haval source file entries missing in package.xml
Supported Algorithms:
* md4, md5
* sha1, sha256, sha384, sha512
* ripemd128, ripemd160
* tiger128, tiger160, tiger192 (3 and 4 passes)
* haval128, haval160, haval192, haval224, haval256 (3, 4 and 5 passes)
* crc32, crc32b, adler32, gost, snefru, whirlpool
|
|