Module hashers::null[][src]

Poor Hashers used for testing purposes.

These are not expected to be used. Really. They're not good.

Structs

NullHasher

Always returns 0.

PassThroughHasher

Returns the last 8 bytes of the data, as a u64.

Functions

null

Provide access to NullHasher in a single call.

passthrough

Provide access to PassThroughHasher in a single call.