parity-common/plain_hasher
David Palm d77a579984 Add a README, categorize as "no-std", version bump: 0.2 2018-08-09 08:30:07 +02:00
..
benches Add 'plain_hasher/' from commit '10d8df665b00bc28f18f8e58aa8e0a3702318fb6' 2018-07-03 11:09:10 +02:00
src Remove dep on ethereum-types and make no_std compatible 2018-08-08 11:34:28 +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.