- APHash
uint APHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- BKDRHash
uint BKDRHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- DJBHash
uint DJBHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELFHash
uint ELFHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- JKOhash
uint JKOhash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- JSHash
uint JSHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- Murmur3Hash
size_t Murmur3Hash(CHAR[] str, size_t seed)
Undocumented in source. Be warned that the author may not have intended to support it.
- PJWHash
uint PJWHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- RSHash
uint RSHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDBMHash
uint SDBMHash(CHAR[] str)
Undocumented in source. Be warned that the author may not have intended to support it.