hash256-std-hasher 0.15.2

Standard library hasher for 256-bit prehashed keys.
Documentation
1
2
3
4
5
# Specialized Hasher for 32-bit keys

Provides `Hash256StdHasher`, 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.