Support streams or incremental md5 computation
evanworley opened this issue · 1 comments
evanworley commented
To make this library attractive for non-trivial uses please add support for incremental md5 computation, such as https://code.google.com/p/crypto-js/#Progressive_Hashing
blueimp commented
The use case for this library was calculating Gravatar-URLs on client-side.
I don't have any use case for incremental md5 computation, nor do I think it would be useful, as there are much better hashing algorithms around.
If you need this feature based on this library, I suggest you make a fork and have a got at it yourself.