#ifndef FNV_H_INCLUDED #define FNV_H_INCLUDED #include #include //Simple, fast hash non-cryptographic algorithm uint32_t FNV32a(const void *data, size_t len); #endif //FNV_H_INCLUDED