### Fixed

- Fix error in arrayBuffer when there are extra bytes #37
- fixed output if finalized.
This commit is contained in:
Yi-Cyuan Chen
2023-12-16 10:15:26 +08:00
parent 707ee7ced1
commit a6f6da7483
6 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha3",
"version": "0.9.2",
"version": "0.9.3",
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha3.js",
"devDependencies": {