flutter_sodium 0.0.8 flutter_sodium: ^0.0.8 copied to clipboard
Flutter bindings for libsodium, a modern, easy-to-use crypto library.
0.0.7 - August 28, 2018 #
- Adds support for executing crypto tasks on a background thread
- Implements missing Android bindings for crypto_aead_*
- Completes argument assertions and range checks
0.0.6 - August 21, 2018 #
- Adds ChaCha20Poly1305, ChaCha20Poly1305Ietf and XChaCha20Poly1305Ietf APIs
- Adds argument assertions and range checks
- Upgrades libsodiumjni dependency to v2.0.1
0.0.5 - August 5, 2018 #
- Breaking high-level API changes
- String operations now default
- Randombytes renamed to RandomBytes
- Adds CryptoBox, KeyDerivation, KeyExchange and ScalarMult highlevel APIs
0.0.4 - July 31, 2018 #
- No functional changes
- Fixes SDK constraint and source file formatting
0.0.3 - July 30, 2018 #
- Adds Dart-friendly APIs
- Introduces example app with runnable code samples
- Replaces deprecated code constructs
0.0.2 - April 12, 2018 #
- Adds support for Flutter Beta 2 and Dart 2
0.0.1 - March 20, 2018 #
- Initial release with core libsodium API support.