Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 593 Bytes

changelog.md

File metadata and controls

21 lines (13 loc) · 593 Bytes

Changelog

This file is no longer used for the changelog. For newer versions, please visit https://github.com/xoofx/Monocypher.NET/releases instead.

0.2.1

  • Fix linux-arm and linux-arm64 native library versions

0.2.0

  • 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.

0.1.2

  • Use nint for size_t in .NET5.0

0.1.1

  • Improve documentation by including the byte buffer size of parameters for some functions.

0.1.0

Initial version.