diff options
author | Brian Turek <brian.turek@gmail.com> | 2016-07-09 19:03:55 -0400 |
---|---|---|
committer | Brian Turek <brian.turek@gmail.com> | 2016-07-09 19:03:55 -0400 |
commit | bc0247bcf2d60bc30720b7bb01af32d67a070c71 (patch) | |
tree | 455c89da501ded0cf369083b45f3b87aff88e84a | |
parent | f8b28a2baaa00f92158083b99b977c8db944b261 (diff) | |
download | jsSHA-bc0247bcf2d60bc30720b7bb01af32d67a070c71.zip jsSHA-bc0247bcf2d60bc30720b7bb01af32d67a070c71.tar.gz jsSHA-bc0247bcf2d60bc30720b7bb01af32d67a070c71.tar.bz2 |
Adding Travis CI badge
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ # jsSHA A JavaScript implementation of the complete Secure Hash Standard family - (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC by - Brian Turek +(SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC by Brian Turek + +[](https://travis-ci.org/Caligatio/jsSHA) ## About jsSHA is a javaScript implementation of the complete Secure Hash Algorithm @@ -122,7 +123,7 @@ The rest of the instructions are identical to the [Browser](#browser) section ab ## Compiling This library makes use of the Google Closure Compiler (https://developers.google.com/closure/compiler) to both boost performance -and reduce filesizes. To compile sha_dev.js into a customized output file, use +and reduce filesizes. To compile sha\_dev.js into a customized output file, use a command like the following: java -jar compiler.jar --define="SUPPORTED_ALGS=<FLAG>" \ |