[Pkg-javascript-commits] [node-hash-base] 02/04: Update README.md

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


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

rouca pushed a commit to annotated tag v1.0.1
in repository node-hash-base.

commit 6ca4555d3be194f31725ebf21569d759e0bb9b74
Author: Kirill Fomichev <fanatid at ya.ru>
Date:   Mon Apr 4 08:09:13 2016 +0300

    Update README.md
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 63cf332..38dbc88 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
 
-Abstract base class to inherit from if you want to create streams implementing the same API as node crypto streams.
+Abstract base class to inherit from if you want to create streams implementing the same API as node crypto [Hash][1] (for [Cipher][2] / [Decipher][3] check [crypto-browserify/cipher-base][4]).
 
 Requires you to implement 2 methods:
 
@@ -17,3 +17,8 @@ Requires you to implement 2 methods:
 ## LICENSE
 
 MIT
+
+[1]: https://nodejs.org/api/crypto.html#crypto_class_hash
+[2]: https://nodejs.org/api/crypto.html#crypto_class_cipher
+[3]: https://nodejs.org/api/crypto.html#crypto_class_decipher
+[4]: https://github.com/crypto-browserify/cipher-base

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



More information about the Pkg-javascript-commits mailing list