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