#hash #no-alloc #u64 #u32 #u128 #fnv #size

no-std yafnv

Yet Another Fowler-Noll-Vo (FNV-1, FNV-1a) hash implementation for u32/u64/u128 size, all no_std andno_alloc

5 releases (3 major breaking)

3.0.0 Jul 15, 2024
2.0.0 Jul 3, 2024
1.0.0 Apr 30, 2024
0.1.1 Apr 30, 2024
0.1.0 Apr 3, 2024

#431 in Algorithms

Download history 270/week @ 2024-08-26 117/week @ 2024-09-02 159/week @ 2024-09-09 175/week @ 2024-09-16 279/week @ 2024-09-23 307/week @ 2024-09-30 229/week @ 2024-10-07 210/week @ 2024-10-14 252/week @ 2024-10-21 113/week @ 2024-10-28 122/week @ 2024-11-04 148/week @ 2024-11-11 199/week @ 2024-11-18 268/week @ 2024-11-25 193/week @ 2024-12-02 211/week @ 2024-12-09

884 downloads per month
Used in 6 crates (3 directly)

MIT/Apache

7KB
103 lines

Fowler-Noll-Vo Hashes

The implementation here is fully no_std and no_alloc and implements both FNV-1 and FNV-1a for u32, u64, and u128 hash sizes.

See also the following crates:

Dependencies

~150KB