Skip to content

Commit 9d7c2db

Browse files
committed
Merge pull request #3 from complex857/patch-1
Md5Hasher comment fixed, no longer claims to use CRC32.
2 parents eab7443 + 3f136de commit 9d7c2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Flexihash/Md5Hasher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Uses CRC32 to hash a value into a 32bit binary string data address space.
4+
* Uses MD5 to hash a value into a 32bit binary string data address space.
55
*
66
* @author Paul Annesley
77
* @package Flexihash

0 commit comments

Comments
 (0)