FNV Hash

Home > Computer Science > Algorithms and data structures > Hashing Algorithms > FNV Hash

A non-cryptographic hash function that generates a hash value by multiplying the input data with a large prime number and using a bit shift operation.