FNV1a
A Xojo module implementing the Fowler-Noll-Vo hashing function.
## Repository
https://github.com/gkjpettet/FNV1a
Usage
Var stringHash As Integer = FNV1a.Hash("hello")
Var intHash As Integer = FNV1a.Hash(123)
Var doubleHash As Integer = FNV1a.Hash(82.5)