- Drop support for .NET Standard and .NET 6 (BREAKING)
- SIMD support for XOR operation (PERFORMANCE)
- Include nuget-readme
- Support net8.0
- Trimmable library
- Support net6.0
- Deterministic build
- WorkStreams optimization, thanks to Akintos (PERFORMANCE)
- Support Little endian counter bytes, thanks to p-hu (FEATURE)
- Reduce memory allocations (PERFORMANCE)
- Support stream encryption/decryption (FEATURE)
- Add async versions of stream processing (FEATURE)
- Generate documentation (FEATURE)
- AES_CTR implements IDisposable (FEATURE)
- First nuget release