[][src]Crate meowhash

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 takes about 60 milliseconds to hash 1 gigabyte of data on an i7-7700 at 2.8GHz.

It is not cryptographically secure.

This implementation currently only supports the x86, x86_64 and aarch64 architectures.

Structs

MeowHasher

Meow hasher.