browserify / createHash

Node style hashes for use in the browser, with native hash functions in node
MIT License
52 stars 34 forks source link

Use safe-buffer & License, drop Node<4 and md5.js #19

Closed dcousens closed 7 years ago

dcousens commented 7 years ago

added LICENSE, and some other cleanup, tests should pass now

dcousens commented 7 years ago

Added md5.js and latest RIPEMD160, dropped safe-buffer requirement entirely. Will update those repos now.

Good to merge.

dcousens commented 7 years ago

@fanatid it seems I've repeated your work in #13