Skip to content

Commit

Permalink
Pushing compiled files for v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Jun 25, 2015
1 parent 19d5072 commit 7a57185
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 68 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
-------------------------
jsSHA - ChangeLog
-------------------------
1.6.1 (2015-06-25)
=========================
- Fixed issue with SHA-512 family of hashes failing is raw input was a
particular size

1.6.0 (2015-03-08)
=========================
This marks the last v1.X new feature release. The API is changing
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jsSHA",
"version" : "1.6.0",
"version" : "1.6.1",
"description" : "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC",
"main" : "src/sha.js",
"repository" : {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssha",
"version": "1.6.0",
"version": "1.6.1",
"description": "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC",
"main": "src/sha.js",
"repository": {
Expand Down
50 changes: 25 additions & 25 deletions src/sha.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions src/sha1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a57185

Please sign in to comment.