Last updated 5 years ago
The core of the FVN-1 hash algorithm is,
hash = offset_basis for each octet_of_data to be hashed hash = hash * FNV_prime hash = hash xor octet_of_data return hash