We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 library not use Isolates so there are 2 points in the code of security1.dart :
line88 :await _generateKey(); line105 :final sharedKey = await x25519.sharedSecretKey;
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: