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§

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