dart_rust_encrypt 2.0.0-dev.0 dart_rust_encrypt: ^2.0.0-dev.0 copied to clipboard
Flutter plugin for commons hashing and encryption algorithms with power of Rust.
2.0.0-dev.0 #
- Breaking Change: Consider current version as async and rewrite.
- Use static methods for 2 separate class (DartRustEncryptSync & DartRustEncryptAsync)
- Added complete sync version of the library.
- Upgrade flutter_rust_bridge to v2.28-dev (Pre-release)
1.2.2 #
- Update dependencies (flutter_rust_bridge 1.82.6)
1.2.1+2 #
- Meta version downgraded to 1.11.0 (Due to version conflict with flutter_test)
1.2.1+1 #
- README updated: Broken image address
1.2.1 #
- Add speed comparison between dart and rust for SHA3-256
1.2.0 #
- Publish on pub.dev
- Add unit tests
- Add linter
1.1.0 #
- Add SHA3-512
- Add PBKDF2-SHA3-512
1.0.0 #
- Initial version.