hash/ joaat.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
ext. hashes | |
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 © 2009, 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- /p- /fb-extended-lib- /wiki- /License
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