flutter_sodium 0.0.5
flutter_sodium: ^0.0.5 copied to clipboard
Flutter bindings for libsodium, a modern, easy-to-use crypto library.
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.