yt.utilities.lib.fnv_hash module¶
Fast hashing routines
- yt.utilities.lib.fnv_hash.fnv_hash(octets)¶
Create a FNV hash from a bytestring. Info: http://www.isthe.com/chongo/tech/comp/fnv/index.html
- Parameters:
octets (bytestring) – The string of bytes to generate a hash from.