-
Notifications
You must be signed in to change notification settings - Fork 60
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
Node tests causing SEGV #22
Labels
Comments
$ git clone [email protected]:crypto-browserify/pbkdf2.git
...
$ cd pbkdf2
$ npm i
...
$ npm run test
...
node pbkdf2 pbkdf2-compat pbkdf2 sha1 should throw Bad key length: Segmentation fault (core dumped)
$ node -v
v5.6.0
$ npm -v
3.6.0 |
confirmed, this is actually a node bug... it would seem |
filing an issue |
Merged
This issue is not actual now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@calvinmetcalf can you verify?
The text was updated successfully, but these errors were encountered: