fnv library

Constants

FNV1_32_INIT → const int
FNV1_64_INIT → const int
FNV1A_32_INIT → const int
FNV1A_64_INIT → const int
FNV_32_PRIME → const int
FNV_64_PRIME → const int
UINT32_MASK → const int
UINT64_MASK → const int

Functions

fnv1_32(List<int> bytes, {int init = FNV1_32_INIT}) int
FNV-1 32bit hash algorithm
fnv1_32_s(String str, {int init = FNV1_32_INIT}) int
FNV-1 32bit hash algorithm
fnv1_64(List<int> bytes, {int init = FNV1_64_INIT}) int
FNV-1 64bit hash algorithm
fnv1_64_s(String str, {int init = FNV1_64_INIT}) int
FNV-1 64bit hash algorithm
fnv1a_32(List<int> bytes, {int init = FNV1A_32_INIT}) int
FNV-1a 32bit hash algorithm
fnv1a_32_s(String str, {int init = FNV1_32_INIT}) int
FNV-1a 32bit hash algorithm
fnv1a_64(List<int> bytes, {int init = FNV1A_64_INIT}) int
FNV-1a 64bit hash algorithm
fnv1a_64_s(String str, {int init = FNV1_64_INIT}) int
FNV-1a 64bit hash algorithm