version 1.2, 2000/10/17 22:29:21
|
version 1.3, 2003/05/25 01:31:21
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/libraries/liblutil/hash.c,v 1.1 2000/09/22 20:19:46 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/libraries/liblutil/hash.c,v 1.2 2000/10/17 22:29:21 kurt Exp $ */ |
|
/* |
|
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. |
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
|
*/ |
/* This implements the Fowler / Noll / Vo (FNV-1) hash algorithm. |
/* This implements the Fowler / Noll / Vo (FNV-1) hash algorithm. |
* A summary of the algorithm can be found at: |
* A summary of the algorithm can be found at: |
* http://www.isthe.com/chongo/tech/comp/fnv/index.html |
* http://www.isthe.com/chongo/tech/comp/fnv/index.html |