Module hashers::jenkins[][src]

From http://www.burtleburtle.net/bob/hash/doobs.html.

This module mostly comes from his survey of hash functions. See also https://en.wikipedia.org/wiki/Jenkins_hash_function.

This module includes a sub-module implementing SpookyHash.

Modules

spooky_hash

From http://burtleburtle.net/bob/hash/spooky.html

Structs

Lookup3Hasher

Another Hasher from the inventor of SpookyHash. Fancy bit-mixing. Very fancy.

OAATHasher

The one-at-a-time Hasher. Relatively simple, but superseded by later algorithms.

Functions

lookup3

Provide access to Lookup3Hasher in a single call.

oaat

Provide access to OAATHasher in a single call.