h2non / jshashes

Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thousands of warnings in JSHint

eneroth opened this issue · comments

I had problems running the minified version of jsHashes, so I ran the unminified version through CodeKit. JSHint reports over a thousands warnings on this file. Just thought I'd mention it :-P

commented

Thanks for your report!

Sorry for that, I check and solve the errors in the minimized version. Now you can try the new version :)

In fact, you are right, but JSHint don't recognize the low-level JS code sintax, but any JS interpreter (client and server-side) run jsHashes correctly.