#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

#21 in #tetsy

Download history 51/week @ 2024-11-16 116/week @ 2024-11-23 96/week @ 2024-11-30 180/week @ 2024-12-07 154/week @ 2024-12-14 38/week @ 2024-12-21 29/week @ 2024-12-28 56/week @ 2025-01-04 77/week @ 2025-01-11 78/week @ 2025-01-18 55/week @ 2025-01-25 63/week @ 2025-02-01 85/week @ 2025-02-08 59/week @ 2025-02-15 67/week @ 2025-02-22 39/week @ 2025-03-01

266 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