HashDepot 2.0.2
Tested and performant implementations of SipHash (SipHash-2-4), MurmurHash (MurmurHash3), FNV (FNV-1, FNV-1a)
# New features
- Added xxHash (both 32-bit and 64-bit flavors)
- Added Stream interfaces (both blocking and async)
# Breaking changes
- Renamed SipHash to SipHash24 to denote its specific algorithm (SipHash 2-4)
- Changed SipHash24.Hash128 return value from Span<byte> to byte[]
# Fixes
- Added missing tests (and fix related issues)
- Add package license in new format
- Included XML documentation in the package
- Adapted the included license file to the new format (that's the only difference between 2.0.0 and 2.0.2)
.NET Standard 2.0
- System.Memory (>= 4.5.3)
- System.Runtime (>= 4.3.1)