Releases: ektrah/libsodium-core
Releases · ektrah/libsodium-core
v1.4.0-preview.1
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
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.3.0-preview1
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