0.0.2 • Published 11 years ago

cryptocoin-ripemd160 v0.0.2

Weekly downloads
9
License
-
Repository
github
Last release
11 years ago

ripemd160

JavaScript component to compute the RIPEMD160 hash of strings or bytes.

AMD/CommonJS compatible.

Install

Node.js/Browserify

npm install --save cryptocoin-ripemd160

Component

component install cryptocoinjs/ripemd160

Bower

bower install cryptocoin-ripemd160

Script

<script src="/path/to/ripemd160.js"></script>

Usage

ripemd160(input)

input either an array of bytes or a string

ripemd160("hello") //"108f07b8382412612c048d07d13f814118445acd"

Credits

Most of the code from CryptoJS https://code.google.com/p/crypto-js/

License

(MIT License)

Copyright 2013, JP Richardson jprichardson@gmail.com