narrow_down.hash module#
General purpose hash functions.
- class narrow_down.hash.HashAlgorithm(value)[source]#
Bases:
Flag
Enum of available hash algorithms.
- Murmur3_32bit = 1#
- Xxhash_32bit = 2#
- Xxhash_64bit = 4#
General purpose hash functions.
Bases: Flag
Enum of available hash algorithms.