Releases: Skycoder42/libsodium_dart_bindings
Releases · Skycoder42/libsodium_dart_bindings
sodium - A new patch release is available!
Changelog
Fixed
- Downgrade requirements for package meta to be compatible with flutter
sodium - A new patch release is available!
Changelog
Added
- New libsodium API: crypto_kx
- Added missing tests for crypto_kdf
sodium - A new patch release is available!
Changelog
Added
- New libsodium API:
- crypto_aead
- Only crypto_aead_xchacha20poly1305_ietf has been implemented for now
- crypto_kdf
- crypto_aead
Fixed
- Improve secretstream API usage
sodium - A new patch release is available!
Changelog
Added
- New libsodium API: crypto_shorthash
sodium - A new minor release is available!
Changelog
Added
- Added the beforenm/afternm variants of crypto_box
Changed
- Removed sender/recipient prefixes from publicKey/secretKey parameters of Box
Fixed
- Added missing
@internal
on some internal classes
sodium - A new patch release is available!
Changelog
Added
- New libsodium API: crypto_generichash
sodium - A new patch release is available!
Changelog
Added
- New libsodium API: crypto_box_seal
sodium - A new patch release is available!
Changelog
Added
- New libsodium APIs:
- crypto_box
- crypto_sign
Changed
- Set minimum required dart version to 2.13.0
sodium - A new patch release is available!
sodium - A new minor release is available!
Changelog
Added
- New libsodium APIS:
- padding
- memory
- randombytes
- secretbox
- secretstream
- crypto_pwhash
- Extended unit and integration tests
- Documentation