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

tss/rsa: add concurrent generate safePrime #511

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

Conversation

zyjblockchain
Copy link

new feature

When generating an RSA private key, most of the time is spent searching for safe primes. This feature takes advantage of Golang’s concurrency to allow the safe prime search to be executed concurrently, which theoretically can save time.

@zyjblockchain zyjblockchain changed the title feature(): add concurrent generate safePrime tss/rsa: add concurrent generate safePrime Sep 7, 2024
@armfazh armfazh added the enhancement Improvement over something already in the project label Sep 9, 2024
@armfazh armfazh self-assigned this Sep 9, 2024
@armfazh
Copy link
Contributor

armfazh commented Sep 11, 2024

This is a great idea, I would like to make some tests locally before merging.

@armfazh armfazh self-requested a review September 11, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement over something already in the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants