u64 fnv_hash64(const void *buf, size_t len=0)
64-bit version of fnv_hash.
Definition: fnv_hash.cpp:65
u32 fnv_hash(const void *buf, size_t len=0)
rationale: this algorithm was chosen because it delivers 'good' results for string data and is relati...
Definition: fnv_hash.cpp:30