hash/ | |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group |
ext. | |
Functions | |
joaat | Calculates the Jenkins One At A Time hash of a string. |
joaat | Calculates the Jenkins One At A Time hash of a memory buffer. |
joaat64 | Calculates the 64 bit Jenkins One At A Time hash of a string. |
joaat64 | Calculates the 64 bit Jenkins One At A Time hash of a memory buffer. |
Copyright © 2007-2011, FreeBASIC Extended Library Development Group
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com
Calculates the Jenkins One At A Time hash of a string.
declare function joaat overload ( byref xStr as const string ) as uinteger
Calculates the 64 bit Jenkins One At A Time hash of a string.
declare function joaat64 overload ( byref xStr as const string ) as ulongint