HashDepot 3.2.0
Tested and performant implementations of xxHash, SipHash (SipHash-2-4), MurmurHash (MurmurHash3), FNV (FNV-1, FNV-1a)
## 3.2.0
### New features
- New function XXHash.Hash64Async() and XXHash.Hash32Async()
- Now targets .NET 9 and .NET 10 along with .NET 8
## Improvements
- Removed dependencies to System.Memory and System.Runtime (thanks to @thompson-tomo)
- SipHash24's state machine now correctly handles unexpected Update cases
- Tests now have 100% code coverage
.NET 8.0
- No dependencies.
.NET 9.0
- No dependencies.
.NET 10.0
- No dependencies.