libsodium-net v0.6.0 Release Notes

Release Date: 2014-10-09 // over 9 years ago
    • โž• Added support for:
      • crypto_stream_chacha20_xor
      • crypto_aead_chacha20poly1305_encrypt
      • crypto_aead_chacha20poly1305_decrypt
      • crypto_sign_detached
      • crypto_sign_verify_detached
    • libsodium v1.0.0
    • ๐Ÿ DPAPI protect KeyPair.PrivateKey (Windows only)
    • ๐Ÿ‘ Better Mono compatibility for binaries compiled on Windows
    • ๐Ÿ‘Œ Improved documentation
    • ๐Ÿ†• New, more specific exception types
    • โž• Added GenerateSalt \ GenerateNonce where appropriate
    • ๐Ÿ‘Œ Improved unit tests, and other internal improvements.

    ๐Ÿš€ Special thanks to @bitbeans for all of his help on this release.