Skip to content

v1.1.0

Compare
Choose a tag to compare
@samuel-lucas6 samuel-lucas6 released this 29 Aug 11:02
· 166 commits to main since this release

Please install Geralt via NuGet.

Added

  • The internal counter for ChaCha20 and XChaCha20 can now be accessed. Overflow checking is done for the ChaCha20 counter.

Changed

  • Spans.Concat() now accepts empty spans like Arrays.Concat() did.
  • The incremental BLAKE2b state handling now matches libsodium-core.

Removed

  • The Arrays class because spans and Spans.Concat() should be used instead.