- Improve perfomance for XXH32 & XXH64
- Improve perfomance for XXH128 & XXH3
- Added xxHash3
- Added SIMD support for xxHash128
- Inlined all method calls for xxHash128
- Added xxHash128
- Migrated to net6
- Migrated to net core v.3.1
- Added bit operation utils
- Added support for ArraySegment (thanks ksmith3036)
- Added API for ReadOnlySpan
- Added support for the async calls with cancelation tokens