[Pkg-javascript-commits] [node-ripemd160] 23/71: readme: update with new documentation link / license

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-ripemd160.

commit 4537626e6c1bb42e817ab593c4cab26186d566bc
Author: JP Richardson <jprichardson at gmail.com>
Date:   Wed Dec 31 05:00:07 2014 -0600

    readme: update with new documentation link / license
---
 README.md | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md
index b32250c..39f7428 100644
--- a/README.md
+++ b/README.md
@@ -4,28 +4,16 @@ ripemd160
 JavaScript component to compute the RIPEMD160 hash of strings or bytes.
 
 
-Install
--------
+Official Documentation
+----------------------
 
-### Node.js/Browserify
+http://cryptocoinjs.com/modules/crypto/ripemd160/
 
-    npm install --save ripemd160
 
 
-Usage
------
-
-### ripemd160(input)
-
-Input either a string, `Buffer` or byte array. Output is a `Buffer`.
-
-```js
-console.log(ripemd160("hello").toString('hex')) // => 108f07b8382412612c048d07d13f814118445acd"
-```
-
-
-
-Credits
--------
+Credits / License
+-----------------
 
 Most of the code from CryptoJS https://code.google.com/p/crypto-js/
+
+Licensed: BSD3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git



More information about the Pkg-javascript-commits mailing list