JavaScript component to compute the RIPEMD160 hash of strings or bytes.
AMD/CommonJS compatible.
npm install --save cryptocoin-ripemd160
component install cryptocoinjs/ripemd160
bower install cryptocoin-ripemd160
<script src="/path/to/ripemd160.js"></script>
input either an array of bytes or a string
ripemd160("hello") //"108f07b8382412612c048d07d13f814118445acd"
Most of the code from CryptoJS https://code.google.com/p/crypto-js/
(MIT License)
Copyright 2013, JP Richardson jprichardson@gmail.com