Skip to content

v1.0.0

Compare
Choose a tag to compare
@saucecontrol saucecontrol released this 26 Jul 07:35
· 34 commits to master since this release
  • Added support for .NET Core 3.0
  • Added AVX2 implementation of BLAKE2b (.NET Core 3.0 only)
  • Unified API to use Span<byte> or ReadOnlySpan<byte> everywhere instead of using ArraySegment<byte> and byte[] for older targets.
  • Added strong name key
  • Removed NetStandard 1.0 build target due to lack of Span<T> support.