X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=contrib%2Fchash%2Fchash.php;h=ed9265f38afb3585d976d65106998c3b780650ee;hb=2ee664c52d9a8f3bd882212b19057a7c1096b7cf;hp=83ddd2f320d26006c4d4a472a7e975ae09359c02;hpb=0fd3ea3be14003984aafe320876f479660b4f2de;p=core.git diff --git a/contrib/chash/chash.php b/contrib/chash/chash.php index 83ddd2f3..ed9265f3 100644 --- a/contrib/chash/chash.php +++ b/contrib/chash/chash.php @@ -53,7 +53,7 @@ function multipleHashString ($str) { // Now over-hash it for ($idx = 0; $idx < $totalHashes; $idx++) { // Over-hash the given hash - $hash = hashString($hash . $str); + $hash = hashString($hash); } // END - for // Return it