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

RSA is slow #119

Open
1 task done
Snowiiii opened this issue Oct 14, 2024 · 1 comment
Open
1 task done

RSA is slow #119

Snowiiii opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Snowiiii
Copy link
Owner

  • I've searched existing issues and couldn't find a duplicate.

Describe the bug
The current RSA crate we use for Packet encryption has slow key generation, This is basically the only thing which takes time for pumpkin to start, otherwise we should be at 0ms starting time, I searched some similar crates but only found ring which uses OpenSSL mostly, Which we want to avoid especially in rust, See #43

To Reproduce
Start Pumpkin and benchmark the RSA key generation

Expected behavior
Faster key generation

@Snowiiii Snowiiii added the bug Something isn't working label Oct 14, 2024
@Snowiiii Snowiiii self-assigned this Oct 14, 2024
@Snowiiii
Copy link
Owner Author

I made an issue on RSA GitHub, See RustCrypto/RSA#454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant