- Added TypeScript definitions.

- Changed throw error if update after finalize
This commit is contained in:
Yi-Cyuan Chen
2018-08-05 15:33:12 +08:00
parent 1c00d97268
commit b39d0910cb
10 changed files with 177 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha3",
"version": "0.7.0",
"version": "0.8.0",
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha3.js",
"devDependencies": {