Skip to content

Move RSA Key Generation off the main-thread with Isolates #199

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HamdaanAliQuatil
Copy link
Collaborator

Part of #198

RSA key generation is computationally expensive, particularly for large key sizes (2048+ bits). These operations were previously blocking the main thread, causing UI jank.

@HamdaanAliQuatil HamdaanAliQuatil requested a review from jonasfj May 5, 2025 18:56
@jonasfj jonasfj changed the title Optimize RSA Key Generation with Isolates Move RSA Key Generation off the main-thread with Isolates May 19, 2025
Copy link
Member

@jonasfj jonasfj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also update CHANGELOG.md.

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

Successfully merging this pull request may close these issues.

2 participants