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 |
#901 in Algorithms
375 downloads per month
Used in 6 crates
(3 directly)
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