#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

#12 in #32-byte

Download history 71/week @ 2024-04-04 90/week @ 2024-04-11 78/week @ 2024-04-18 65/week @ 2024-04-25 51/week @ 2024-05-02 52/week @ 2024-05-09 80/week @ 2024-05-16 69/week @ 2024-05-23 63/week @ 2024-05-30 37/week @ 2024-06-06 55/week @ 2024-06-13 71/week @ 2024-06-20 47/week @ 2024-06-27 31/week @ 2024-07-04 61/week @ 2024-07-11 60/week @ 2024-07-18

216 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