Skip to content
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

Cryptography hang GUI loader #17

Open
xandros6 opened this issue May 19, 2021 · 0 comments
Open

Cryptography hang GUI loader #17

xandros6 opened this issue May 19, 2021 · 0 comments

Comments

@xandros6
Copy link

xandros6 commented May 19, 2021

Cryptography library not use Isolates so there are 2 points in the code of security1.dart :

line88 :await _generateKey();
line105 :final sharedKey = await x25519.sharedSecretKey;

that cause the hang of GUI loader for some seconds.

I try to add Isolate, but I'm unable to do it works.
Can you help me pelase?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant