Skip to content

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