-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we get rid of PointyCastle? #66
Comments
This |
Do you have test the speed? If simple text?
|
Well actually it is not an issue. With small text is performs good enough. That native plugin can be used only to encrypt files |
Maybe we can provide an optional item for the use native crypto library on Android and iOS. |
@crossle that’s cool. I mean mobile is the core platform, ad hoc optimization would be much appreciated. |
PointyCastle was a natural choice when plugin was coded initially.
However, it is so damn slow even for simple text messages.
Can you guys plan a switch to native-crypto?
https://github.com/hugo-pcl/native-crypto-flutter
The text was updated successfully, but these errors were encountered: