#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

#16 in #32-byte

Download history 67/week @ 2024-07-21 77/week @ 2024-07-28 62/week @ 2024-08-04 61/week @ 2024-08-11 68/week @ 2024-08-18 77/week @ 2024-08-25 81/week @ 2024-09-01 49/week @ 2024-09-08 50/week @ 2024-09-15 77/week @ 2024-09-22 98/week @ 2024-09-29 64/week @ 2024-10-06 61/week @ 2024-10-13 123/week @ 2024-10-20 134/week @ 2024-10-27 117/week @ 2024-11-03

437 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