## Fnv
FNV-1 hash hash = FNV_offset_basis
for each byte_of_data to be hashed
hash = hash × FNV_prime
2019-06-14