- added LICENSE file.
- standard formatting
- updated dev deps
- added more test fixtures
- updated readme with usage, testing, etc
- moved from https://github.com/cryptocoinjs/ripemd160 to https://github.com/crypto-browserify/ripemd160
- made license clear in
package.json
- deleted
Makefile
, moved targets topackage.json
- removed
terst
forassert
- removed bower.json and component.json
- changed 4 spacing to 2
- returns
Buffer
type now, input must be Array, Uint8Array, Buffer, or string - remove deps:
convert-hex
andconvert-string
- changed package name
- removed AMD support
- fixed component.json file
- initial release