parity-common/plain_hasher
David Palm 0a23a65392 Sort out the std features 2018-11-22 13:51:26 +01: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 Sort out the std features 2018-11-22 13:51:26 +01:00
README.md Documentation fixes 2018-11-21 11:22:36 +01:00

README.md

Specialized Hasher for 32-byte 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.