Skip to content

Commit

Permalink
Prepping for v2.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Apr 8, 2020
1 parent 7332769 commit d745245
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
jsSHA - ChangeLog
=========================

2.4.2 (2020-04-08)
-------------------------
This marks the last v2.X feature release. The codebase is transitioning
to TypeScript and, while the API is intended to be fully backwards-compatible,
the version will be bumped to v3 as a safety precaution.

- Fixed incorrect SHAKE128 results when output length was greater than
1344-bits and SHAKE256 results when output length was greather than
1088-bits (1344 and 1088 being internal state size for each variant).

2.4.1 (2020-04-04)
-------------------------
- Fixed incorrect HMAC results when using SHA-3 if the key was 1-4 bytes
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" : "2.4.1",
"version" : "2.4.2",
"description" : "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) 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": "2.4.1",
"version": "2.4.2",
"description": "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC",
"main": "src/sha.js",
"repository": {
Expand Down

0 comments on commit d745245

Please sign in to comment.