Update readme and pubspec
This commit is contained in:
parent
486bbb804d
commit
58f10216ee
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user