parity-common/plain_hasher
David Palm ec13c260ea Fix tests for no_std 2018-08-09 11:09:22 +02:00
..
benches Add 'plain_hasher/' from commit '10d8df665b00bc28f18f8e58aa8e0a3702318fb6' 2018-07-03 11:09:10 +02:00
src Fix tests for no_std 2018-08-09 11:09:22 +02:00
Cargo.toml Add a README, categorize as "no-std", version bump: 0.2 2018-08-09 08:30:07 +02:00
README.md Add a README, categorize as "no-std", version bump: 0.2 2018-08-09 08:30:07 +02:00

README.md

Specialized Hasher for 32-bit keys

Provides PlainHasher, a specialized core::hash::Hasher that takes just 8 bytes of the provided value and may only be used for keys which are 32 bytes.

The crate is no_std-compatible.