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

Register as a package in the npm #5

Closed satazor closed 11 years ago

satazor commented 11 years ago

Makes sense only to register if the performance is better compared to the official crypto package.

satazor commented 11 years ago

The crypto package is much faster because it is a binding to an underlying C library.