Releases: Skycoder42/libsodium_dart_bindings
Releases · Skycoder42/libsodium_dart_bindings
Release of package sodium - Version 3.0.0
Changelog
3.0.0 - 2024-07-26
Changed
- Updated min required dart SDK to 3.4.0
- Updated dependencies
- Updated expected libsodium version 1.0.20
- [BREAKING] Use
BigInt
for crypto.kdf.deriveFromKey
s subKeyId
- This ensure that 64bit integers can be used safely in the VM and JS
- Refactor JS implementation to use the new
dart:js\_interop
and package:web
libraries
- This ensures compatibility with WASM and modern dart/flutter
- Seal all data types
Removed
- [BREAKING] Removed deprecations
- Removed
pwhash
and aead
from the non-sumo API
- They still exist in the sumo API
- Removed old
SodiumInit.init*
methods
- The
SodiumInit.init*2
methods have been renamed to remove the 2
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.2.1+6
Changelog
Changed
- Update embedded libsodium binaries
The package and it's documentation are available at pub.dev.
[INTERNAL] Precompiled libsodium binaries v1.0.20
Internal release of precompiled libsodium binaries, required for the sodium_libs package.
Release of package sodium_libs - Version 2.2.1+5
Changelog
Changed
- Update embedded libsodium binaries
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.2.1+4
Changelog
Changed
- Update embedded libsodium binaries
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.2.1+3
Changelog
Changed
- Update embedded libsodium binaries
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.2.1+2
Changelog
Changed
- Update embedded libsodium binaries
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.2.1+1
Changelog
Changed
- Update embedded libsodium binaries
The package and it's documentation are available at pub.dev.
Release of package sodium_libs - Version 2.2.1
Changelog
2.2.1 - 2024-03-12
Changed
- Update dependencies
- Update min dart sdk to 3.3.0
- Update min flutter sdk to 3.19.0
- Update min sodium version to 2.3.1
- Update embedded libsodium binaries
The package and it's documentation are available at pub.dev.
Release of package sodium - Version 2.3.1+1
Changelog
Fixed
The package and it's documentation are available at pub.dev.