The a5hash() function available in the a5hash.h file implements a fast 64-bit hash function, designed for hash-table, hash-map, and bloom-filter uses. Function’s code is portable, cross-platform, scalar, zero-allocation, is header-only, inlineable C (C++ compatible). Compatible with 32-bit platforms, but the use there is not recommended due to a lacking performance. This function features a very
