-
-
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
Bug in sha implementation (likely due to international characters) #37
Comments
ЧЯДНТ? |
@boucher should I run test in browser instead node? |
Run it in any version of node prior to 6 |
nodejs/node#5522
|
|
The issue is not that things do not work in Node 6, they don't work in Node 5 or earlier (and they don't work in the browser, which is where support is critical). |
If you download the zip file in the linked issue above (node-browserify#1553) you can get a complete example you can run yourself. |
Argh, totally missed up with this.. |
:( This means that browserify is broken in anything less than Node 6, On Thu, May 19, 2016 at 4:30 PM Kirill Fomichev [email protected]
|
Can you elaborate on your findings? |
You can see the bug in this example:
https://tonicdev.com/boucher/573e107d8596081100e6a4d9
The hash returned from sha.js should be the same as the one from the built in crypto package, but isn't.
The text was updated successfully, but these errors were encountered: