1. Added HMAC feature.

2. Changed throw error if input type is incorrect.
This commit is contained in:
Chen, Yi-Cyuan
2017-07-11 11:31:02 +08:00
parent b3e7b83e39
commit ee3b3869bc
10 changed files with 407 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha256",
"version": "0.5.0",
"version": "0.6.0",
"description": "A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha256.js",
"devDependencies": {