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

Leaking global variables.

cscott opened this issue · comments

There are 'var' declarations missing for a few variables, letting them leak to the global scope.

commented

Merged!