[][src]Crate gearhash

The GEAR hashing function is a fast, rolling hash function that is well suited for content defined chunking.

In particular, this function is used as a building block for the FastCDC algorithm. The implementation provided in this crate consists of both a simple, scalar variant, as well as optimized versions for the SSE4.2 and AVX2 instruction sets.

Structs

Hasher

Gear hash state.

Statics

DEFAULT_TABLE

Default hash table, using random (but static) integers.

Type Definitions

Table

Gear hash table.