v1.1.0
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 likeArrays.Concat()
did.- The incremental BLAKE2b state handling now matches libsodium-core.
Removed
- The
Arrays
class because spans andSpans.Concat()
should be used instead.