fast_rsa 1.2.0-rc1
fast_rsa: ^1.2.0-rc1 copied to clipboard
library for use RSA with support for android and ios, macOS, linux, windows, web and hover
1.2.0-rc1 #
- Replaced GoMobile with binding for mostly platforms, now should be more easier add new methods and support platforms
- Platforms supported right now: macOS, iOS, Android, Hover, Windows and Linux
- Platforms partial supported: Web (need web workers)
- Added
upgrade_lib_bridge.sh
in order to update from go repo
1.1.4 #
- Updated onAttachedToEngine now using getBinaryMessenger
1.1.3 #
- Added integration test and fixed some broken methods
1.1.2 #
- Fixed macos bytes methods
1.1.1 #
- Fixed publish notes
1.1.0 #
- Added bytes methods for encrypt, decrypt and sign to web, macos, linux and hover
1.0.1 #
- Added bytes methods for encrypt, decrypt and sign
1.0.0 #
- Updated Methods, now using public key and private key for methods instead of PKCS12
- Added support for JWK
- Added methods for convert keys
0.9.3 #
- Merge conflicts
0.9.2 #
- Updated docs
0.9.1 #
- Implemented registerWith for android
0.9.0 #
- Fixed linux support and hover support
0.8.0 #
- Support for Linux, macOS and web in a single package
0.6.1 #
- Updated ignore
0.6.0 #
- Single instance for ios
0.5.0 #
- Now run on background on ios
0.4.0 #
- Fixed android, now running on background
0.2.0 #
- Fixed ios
0.1.0 #
- Initial release