#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

#17 in #tetsy

Download history 25/week @ 2024-12-27 49/week @ 2025-01-03 74/week @ 2025-01-10 77/week @ 2025-01-17 62/week @ 2025-01-24 57/week @ 2025-01-31 73/week @ 2025-02-07 83/week @ 2025-02-14 61/week @ 2025-02-21 54/week @ 2025-02-28 33/week @ 2025-03-07 90/week @ 2025-03-14 57/week @ 2025-03-21 44/week @ 2025-03-28 32/week @ 2025-04-04 47/week @ 2025-04-11

195 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