browserify / sha.js

Streamable SHA hashes in pure javascript
Other
288 stars 60 forks source link

Digest calculation fails for large files (greater than uint32 bits) #52

Closed kiran13kumar13 closed 6 years ago

kiran13kumar13 commented 6 years ago

For data length greater than uint32 bits, digest calculation fails if 32nd bit is 1. Example: bits=8195670016

Raised PR #51 for the same