#hasher #hash #key #32-byte #value #tetsy #plain-hasher

no-std tetsy-plain-hasher

Tetsy Common Hasher for 32-byte keys

Show the crate…

4 releases

0.3.1 Jun 8, 2021
0.3.0 Feb 18, 2021
0.3.0-alpha Mar 10, 2021
0.2.1 Feb 20, 2021

#13 in #32-byte

Download history 187/week @ 2023-12-31 275/week @ 2024-01-07 294/week @ 2024-01-14 321/week @ 2024-01-21 298/week @ 2024-01-28 274/week @ 2024-02-04 265/week @ 2024-02-11 227/week @ 2024-02-18 221/week @ 2024-02-25 209/week @ 2024-03-03 216/week @ 2024-03-10 175/week @ 2024-03-17 81/week @ 2024-03-24 131/week @ 2024-03-31 58/week @ 2024-04-07 73/week @ 2024-04-14

368 downloads per month
Used in 51 crates (via fastmap)

MIT/Apache

3KB

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.

Dependencies

~10KB