Releases: ektrah/libsodium-core
Releases · ektrah/libsodium-core
v1.4.0
02 Apr 19:41
Compare
Sorry, something went wrong.
No results found
Changes:
Updated libsodium to 1.0.20.1
Added support for iOS, tvOS, and MacCatalyst
v1.4.0-preview.2
01 Feb 18:29
Compare
Sorry, something went wrong.
No results found
Changes:
Updated libsodium to 1.0.20.1
v1.4.0-preview.1
04 May 16:30
Compare
Sorry, something went wrong.
No results found
Changes:
Updated libsodium to 1.0.19.2
Added support for iOS, tvOS, and MacCatalyst
Note that this has not been extensively tested. Please provide feedback in #80 whether it works or not.
Please indicate the target platform (iOS, tvOS, or MacCatalyst), development platform (macOS, Windows, ...), and .NET SDK used, including version numbers.
Both positive and negative reports are welcome!
v1.3.5
27 Apr 11:44
Compare
Sorry, something went wrong.
No results found
Fixes:
Fixed GenericHash.HashSaltPersonal with a NULL key (#95 )
v1.3.4
24 Sep 19:50
Compare
Sorry, something went wrong.
No results found
Changes:
Updated libsodium to 1.0.19 (#98 )
v1.3.3
15 Jan 09:43
Compare
Sorry, something went wrong.
No results found
Changes:
Included XML documentation in the NuGet package (#56 )
v1.3.2
12 Dec 09:01
Compare
Sorry, something went wrong.
No results found
Fixes:
Added a missing nullable annotation
Changes:
Updated libsodium to 1.0.18.4
v1.3.1
15 Jul 18:07
Compare
Sorry, something went wrong.
No results found
Fixes:
Fixed a regression in hiding null byte terminators in PasswordHash
Added back support for .NET Standard 2.0 (#83 )
Features:
Added unauthenticated ChaCha20 IETF (#86 )
v1.3.0
30 Apr 10:12
Compare
Sorry, something went wrong.
No results found
v1.3.0-preview1
07 Apr 20:04
Compare
Sorry, something went wrong.
No results found
Fixes:
Removed an invalid precondition for additionalData parameter in SecretAead* (#59 )
Fixed the nonce length SecretAeadChaCha20Poly1305IETF (#69 )
Fixed a buffer overflow in Utilities.BinaryToBase64 (#63 )
Fixed Utilities.Compare to include a length check
Features:
Added a function to allow for checking scrypt password hashes (#48 )
Exposed PublicKeyAuth constants as static properties (#50 )
Improvements:
Removed trailing null byte terminators in PasswordHash (#77 )
Annotated nullable reference types
Made KeyPair and DetachedBox read-only