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§
- Meow
Hash - A hash produced by the
MeowHasher
. - Meow
Hasher - Meow hasher.