Skip to content

Commit

Permalink
Prepping for v2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Apr 4, 2020
1 parent f9e038d commit 64a8d0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
jsSHA - ChangeLog
=========================

2.4.1 (2020-04-04)
-------------------------
- Fixed incorrect HMAC results when using SHA-3 if the key was 1-4 bytes
shorter than the internal block size of the chosen SHA-3 variant.

2.4.0 (2020-03-26)
-------------------------
- Reduced ECMAScript dependency to v3 (thanks TitusInfo!)
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.0",
"version" : "2.4.1",
"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.0",
"version": "2.4.1",
"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 64a8d0a

Please sign in to comment.