satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.49k stars 467 forks source link

Cannot get partial hash and continue #39

Closed DzonnyDZ closed 8 years ago

DzonnyDZ commented 8 years ago

I wanted to compute hash the way that I would compute hash for one chunk, get it, and than continue computing hash for chunks 1+2, get it; then 1+2+3 etc. Basically I need the incremental hash computing and as I'm computing it I need the intermediate hashes. But this is not working. I'm getting wrong hashes.

satazor commented 8 years ago

Can you create a failing test?

satazor commented 8 years ago

Closing due to no feedback.