Crate meowhash

Source
Expand description

§Meow Hasher

An implementation of the Meow hasher in native Rust providing the Digest trait.

The Meow hasher is a hashing algorithm designed for hashing large data sets (on the order of gigabytes) very efficiently.

It is not cryptographically secure.

This implementation currently only supports the x86 and x86_64 architectures.

Structs§

MeowHash
A hash produced by the MeowHasher.
MeowHasher
Meow hasher.