browserify / sha.js

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

Fix digesting of large data (more than MAX_UINT32 bits) #43

Closed superquadratic closed 7 years ago

superquadratic commented 7 years ago

This is based on @samKamerer's work in PR #39, with the following additions:

Sorry for opening another PR for this, but I didn't know how to do it otherwise.