Crate imohash

Source
Expand description

Fast hashing for large files.

It is based atop murmurhash3 and uses file size and sample data to construct the hash.

Structsยง

Hasher
A hasher which holds the custom sample parameters, and provides the APIs