libsodium-net v0.5.0 Release Notes
Release Date: 2014-09-09 // almost 8 years ago-
- ➕ Added support for:
crypto_pwhash_scryptxsalsa208sha256
crypto_sign_ed25519_pk_to_curve25519
crypto_sign_ed25519_sk_to_curve25519
crypto_box_detached
crypto_box_open_detached
crypto_secretbox_detached
crypto_box_open_detached
sodium_hex2bin
sodium_bin2hex
- ➕ Added simplified interface for
ScryptHashString
andScryptHashBinary
, using predefined values; seePasswordHash.Strength
- ➕ Added new overloads to Scrypt operations in
PasswordHash
- ➕ Added new formatting options to
BinaryToHex
- 🛠 Fix NuGet package
ScryptHashBinary
now enforces a 32 byte salt- 📇 Renamed
HashSalsa208Sha256String
toScryptHashString
- 📇 Renamed
HashSalsa208Sha256StringVerify
toScryptHashStringVerify
- 📇 Renamed
HashSalsa208Sha256
toScryptHashBinary
- 📇 Renamed
CryptoHash.SHA512
toCryptoHash.Sha512
- 📇 Renamed
CryptoHash.SHA256
toCryptoHash.Sha256
- ➕ Added support for: