libsodium-net v0.10.0 Release Notes
Release Date: 2017-01-07 // over 7 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.9.0
-
- ๐ libsodium v1.0.7
- Added support for
crypto_aead_aes256gcm_encrypt
&crypto_aead_aes256gcm_decrypt
. - โ Added support for
randombytes_uniform
. - Added support for
crypto_sign_ed25519_sk_to_seed
. - Added support for
crypto_sign_ed25519_sk_to_pk
. - โ Added support for
sodium_increment
. - โ Added support for
sodium_compare
. - โ Added
PasswordHash.Strength.MediumSlow
- memory hardness ofStrength.Medium
, processing hardness ofStrength.Sensitive
. Useful for memory limited systems. PasswordHash.Strength.Moderate
is now obsolete; useStrength.Medium
instead.libsodium
now has a dependency on the Visual C++ Redistributable for Visual Studio 2015.
๐ Special thanks to @bitbeans for his work on this release.
๐ฆ Also available via NuGet