X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/6f444bda1b7deb31cf7fb2395cb0993c3e3b8c42..26f325c05cf0aa292589458b5c1aa8b5f5ab92ba:/unihash.h diff --git a/unihash.h b/unihash.h index 15adb90..f6c19b1 100644 --- a/unihash.h +++ b/unihash.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: unihash.h,v 1.3 2003/12/15 20:53:47 mdw Exp $ + * $Id: unihash.h,v 1.4 2004/04/08 01:36:13 mdw Exp $ * * Simple and efficient universal hashing for hashtables * @@ -27,20 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: unihash.h,v $ - * Revision 1.3 2003/12/15 20:53:47 mdw - * Add global unihash table; use universal hashing instead of CRC. - * - * Revision 1.2 2003/12/14 14:45:30 mdw - * Test universal hashing and fix bugs. - * - * Revision 1.1 2003/10/12 14:43:24 mdw - * Universal hashing. - * - */ - #ifndef MLIB_UNIHASH_H #define MLIB_UNIHASH_H