View Source ExRocketmq.Util.Fnv1a (lib_oss v0.1.0)

Hashes terms using the FNV-1a 32-bit algorithm.

Examples

iex> ExRocketmq.Util.Fnv1a.hash({1, 2})
2761922969
iex> ExRocketmq.Util.Fnv1a.hash("this thing")
891900385

Summary

Functions