#hash #no-alloc #size #u64 #fowler-noll-vo #fnv-1a #fnv-1

no-std yafnv

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

3 releases (1 stable)

new 1.0.0 Apr 30, 2024
0.1.1 Apr 30, 2024
0.1.0 Apr 3, 2024

#12 in #u64

Download history 263/week @ 2024-04-01 93/week @ 2024-04-08 163/week @ 2024-04-15 199/week @ 2024-04-22

718 downloads per month

MIT/Apache

6KB
90 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

~155KB