Module internal_hashes

Source
👎Deprecated
Expand description

Module containing internal hash functions.

§Compatibility Notice

This module is going to be completely private on the next major release. If you need to experiment with internal hashing functions, just vendor the source code for your needs.

Structs§

PartialFNVHash
Hasher which computes the lowest 6 bits of a 32-bit FNV-1 variant.
RollingHash
Hasher which computes a variant of 32-bit rolling hash as used in ssdeep.