Update readme and pubspec

This commit is contained in:
Hugo Pointcheval 2020-04-16 12:51:55 +02:00
parent 486bbb804d
commit 58f10216ee
2 changed files with 6 additions and 6 deletions

View File

@ -50,8 +50,8 @@ For iOS:
## Todo 🚀 ## Todo 🚀
* ✅ Implement working cross platform encryption/decryption. * ✅ Implement working cross platform AES encryption/decryption.
* Complete AES implementation (all key sizes, padding, modes...). * ✅ Different key sizes support.
* Improve performances. * Improve performances.
* Add ChaCha20. * Add other ciphers.
* ... add asym crypto support. * ... add asym crypto support.

View File

@ -1,11 +1,11 @@
name: native_crypto name: native_crypto
description: Fast crypto functions for Flutter. description: Fast crypto functions for Flutter.
version: 0.0.1 version: 0.0.2
author: Hugo Pointcheval author: Hugo Pointcheval
homepage: https://hugo.pointcheval.fr homepage: https://hugo.pointcheval.fr
environment: environment:
sdk: ">=2.1.0 <3.0.0" sdk: ">=2.6.0 <3.0.0"
dependencies: dependencies:
flutter: flutter: