From b838edf7180f79af35fa96edc177ea8990372eff Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Thu, 16 Apr 2020 12:51:55 +0200 Subject: [PATCH] Update readme and pubspec --- README.md | 8 ++++---- pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0983289..8b0e113 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ For iOS: ## Todo 🚀 -* ✅ Implement working cross platform encryption/decryption. -* Complete AES implementation (all key sizes, padding, modes...). -* Improve performances. -* Add ChaCha20. +* ✅ Implement working cross platform AES encryption/decryption. +* ✅ Different key sizes support. +* ✅ Improve performances. +* Add other ciphers. * ... add asym crypto support. diff --git a/pubspec.yaml b/pubspec.yaml index 1b1bf6a..f061848 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: native_crypto description: Fast crypto functions for Flutter. -version: 0.0.1 +version: 0.0.2 author: Hugo Pointcheval homepage: https://hugo.pointcheval.fr environment: - sdk: ">=2.1.0 <3.0.0" + sdk: ">=2.6.0 <3.0.0" dependencies: flutter: