* Fixed shake output incorrect in the special length.

This commit is contained in:
Yi-Cyuan
2016-06-06 11:23:18 +08:00
parent f22d720caa
commit 06a3fa8f52
13 changed files with 439 additions and 500 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha3",
"version": "0.5.1",
"version": "0.5.2",
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha3.js",
"devDependencies": {
@@ -19,13 +19,14 @@
"keywords": [
"sha3",
"keccak",
"shake",
"hash",
"encryption",
"cryptography",
"HMAC"
],
"license": "MIT",
"author": "emn178 <emn178@gmail.com>",
"author": "Chen, Yi-Cyuan <emn178@gmail.com>",
"homepage": "https://github.com/emn178/js-sha3",
"bugs": {
"url": "https://github.com/emn178/js-sha3/issues"