This file is no longer used for the changelog. For newer versions, please visit https://github.com/xoofx/Monocypher.NET/releases instead.
- Fix
linux-arm
andlinux-arm64
native library versions
- Add overrides for
crypto_chacha20
,crypto_xchacha20
,crypto_chacha20_ctr
,crypto_xchacha20_ctr
that don't need an input plain text - Add Span/ReadOnlySpan
ToHexBytes
methods.
- Use nint for size_t in .NET5.0
- Improve documentation by including the byte buffer size of parameters for some functions.
Initial version.