-
Notifications
You must be signed in to change notification settings - Fork 784
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
Inconsistent Key Generation using seed value #1076
Comments
We haven't had much time to look at this. Which callback do you mean? Are calling in a way that ensures only one worker is in use? As the comment notes, it's non-deterministic with more than 1 worker. Is there an easy way to run this to show the issue? |
Yeah I am sure it's setting workers to 1 when given a seed value. I've also recreated this outside of the project it's coming from |
But I will double check again for sanity! |
And I mean the callback that you can optionally include in the rsa.generateKeyPair function |
Do you have a repo or gist or something that can be easily run? |
Yeah, lemme get that for you, gotta look through my projects again |
I have an issue where depending on whether I use a callback or not, the keyPair that is generated is different. Any idea what may be causing this? I would expect the keyPair to be the same regardless, no?
The text was updated successfully, but these errors were encountered: