Replace old hash function with one based on CRC-32.
[ircu2.10.12-pk.git] / ChangeLog
index 3d6512689235516d3b74886ab4196210c8bcb70c..24bf3e710b6dceb34d6bbd963bbb50d7c190b82e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-05  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/hash.c: Replace the old hash function with one based on
+       randomized CRC-32.  The new one avoids a big table from the old
+       function.
+
 2004-10-05  Michael Poole <mdpoole@troilus.org>
 
        * ircd/random.c: Convert to use ircd_md5 interface and hopefully