osom_tools_runtime/hash_functions/bit64/
fnv1a.rs

1use crate::hash_functions::fnv1a::generate_fnv1a_hasher;
2
3// Note: constants are taken from https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function
4generate_fnv1a_hasher!(u64, 0xCBF29CE484222325, 0x00000100000001B3);