sodium 1.2.0+1
sodium: ^1.2.0+1 copied to clipboard
Dart bindings for libsodium, for the Dart-VM and for the Web
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2021-11-26 #
Added #
- Support for 32bit architectures by generalizing the native FFI bindings (#7)
Changed #
- Set minimum required dart SDK version to 2.14
- Updated dependencies
- Upgraded dart ffi language bindings
- Use new callable workflows for workflow simplification
Fixed #
- Fix formatting and linter issues with the newer dart SDK & dependencies
1.1.1 - 2021-08-26 #
1.1.0 - 2021-08-17 #
Added #
SecureKey.splitextension that allows to split one key into multiple (#2)SecureKey.nativeHandleandSecureKey.fromNativeHandleto allow passing secure keys across isolate boundariesSodiumInit.initcan now be called withinitNative: falseto disable initialization of the native library, in case it has already been initialized