-
Notifications
You must be signed in to change notification settings - Fork 83
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
Error on relatively large iteration counts #128
Comments
This looks like an error. Thanks for bringing it to my attention. I will have a fix out shortly. |
The problem is that the KDF function expects parameters that have been passed to it via the params functions. So what it is expecting if you pass it a straight Still, I see where the confusion comes in, and when using a raw object like you have, it should not do this. I will try roll out a fix ASAP. |
Can we be notified for when this will be fixed? |
Would this be a breaking change or a new function ? |
I am trying to have a fix out within the month. The only problem is that it may be a breaking change. Trying to figure out how to get round this... |
This works fine:
While this doesn't:
Throws error computing derived key. Clearly, this is a local problem, since
16384
isn't even large, it's normal, but how do I troubleshoot this? I'm running this inside a vanilla Node 6.0.0 Docker container, if that's of any relevance.The text was updated successfully, but these errors were encountered: