[Pkg-javascript-commits] [node-sha.js] 131/237: README: add newline before testling badge
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:03:47 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 a184d680dae744e7a6adfb73839c3feb6bd5f840
Author: Daniel Cousens <dcousens at users.noreply.github.com>
Date: Thu Sep 4 16:44:03 2014 +1000
README: add newline before testling badge
---
README.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 44e1990..1d50177 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
Streamable SHA1 hash in pure javascript.
[![build status](https://secure.travis-ci.org/dominictarr/sha.js.png)](http://travis-ci.org/dominictarr/sha.js)
+
[![testling badge](https://ci.testling.com/dominictarr/sha.js.png)](https://ci.testling.com/dominictarr/sha.js)
## Example
@@ -20,17 +21,13 @@ but is does update incrementally, so you can hash things larger than ram, and al
the typedarrays, it uses a constant amount of memory (except when using base64 or utf8 encoding,
see code comments)
+
## Acknowledgements
This work is derived from Paul Johnston's ["A JavaScript implementation of the Secure Hash Algorithm"]
(http://pajhome.org.uk/crypt/md5/sha1.html)
-# TODO
-
-* sha256 (and similar)
-* md5
-(and any other similar hashes that are close to this model)
## License
--
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