- Fix bug in Blake3Stream.Read methods
- Update to BLAKE3 1.2.0
- Add
Hasher.Finalize(long offset, Span<byte> hash)
- Breaking change: The method
Hash.AsSpan
is renamed toHash.AsSpanUnsafe
- Update to BLAKE3 1.1.0
- Add osx-arm64 binaries
- Add support for
netstandard2.0
- Add support for
Hasher.NewKeyed
andHasher.NewDeriveKey
- Set preemptive limit to 1024 bytes instead of 64Kb
- Add Blake3HashAlgorithm class.
Initial version.