[Pkg-javascript-commits] [node-ripemd160] 19/71: Indicate byte array inputs are supported too

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 fb7f0ec0577414c0098c99efd15bbc3f2dc172df
Author: Nadav Ivgi <nadav at shesek.info>
Date:   Fri Apr 11 20:42:17 2014 +0300

    Indicate byte array inputs are supported too
---
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 89bdee7..b32250c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Usage
 
 ### ripemd160(input)
 
-Input either a string or `Buffer`. Output is a `Buffer`.
+Input either a string, `Buffer` or byte array. Output is a `Buffer`.
 
 ```js
 console.log(ripemd160("hello").toString('hex')) // => 108f07b8382412612c048d07d13f814118445acd"
@@ -29,8 +29,3 @@ Credits
 -------
 
 Most of the code from CryptoJS https://code.google.com/p/crypto-js/
-
-
-
-
-

-- 
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