[Pkg-javascript-commits] [node-sha.js] 235/237: Improve description
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:04:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-sha.js.
commit a723656902e16a3cd6b74ca1fd3e7647dfa00b64
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Thu Apr 20 21:36:00 2017 +0200
Improve description
---
debian/control | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 9322573..62dd700 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,15 @@ Depends:
, nodejs (>= 4.7)
, node-inherits (>= 2.0.1)
Description: Streamable SHA hashes in pure javascript
- FIX_ME long description
+ This module implements a fast and memory efficient (in place)
+ SHA familly hash function in pure javascript.
+ .
+ SHA function are cryptographic hashs function designed by
+ the United States National Security Agency and is a
+ U.S. Federal Information Processing Standard published
+ by the United States NIST. SHA-1 produces a 160-bit (20-byte)
+ hash value known as a message digest.
+ .
+ This module implements: sha, sha1, sha256, sha512.
.
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git
More information about the Pkg-javascript-commits
mailing list