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

It is not cryptographically secure.

This implementation only supports the x86_64 architecture, as it relies on the AES hardware extensions of modern x86 CPUs.

Structs

Meow hasher.