Sha256: 9f20416626a76f823900f11e1e478b4698e2549209a2ff9207f62a0b1f43ba46
Contents?: true
Size: 463 Bytes
Versions: 65
Compression:
Stored size: 463 Bytes
Contents
ripemd160 ========= JavaScript component to compute the RIPEMD160 hash of strings or bytes. Install ------- ### Node.js/Browserify npm install --save ripemd160 Usage ----- ### ripemd160(input) Input either a string or `Buffer`. Output is a `Buffer`. ```js console.log(ripemd160("hello").toString('hex')) // => 108f07b8382412612c048d07d13f814118445acd" ``` Credits ------- Most of the code from CryptoJS https://code.google.com/p/crypto-js/
Version data entries
65 entries across 65 versions & 2 rubygems