Yi-Cyuan Chen
59d5441220
### Added
...
- GitHub Actions CI across Node.js 18, 20, 22, and 24 against the packed npm artifact
- GitHub Actions publish workflow on release with npm trusted publishing
- `prepack` script to build distributions before `npm pack` / `npm publish`
### Changed
- Replace Travis CI with GitHub Actions
- Update README badges to GitHub Actions, npm, and jsDelivr
- Upgrade mocha and pin vulnerable transitive dependencies via npm overrides
2026-08-07 08:31:31 +08:00
Yi-Cyuan Chen
a67f74cf2c
### Added
...
- ParallelHash128, ParallelHash256, ParallelHashXOF128, and ParallelHashXOF256 (NIST SP 800-185)
2026-08-07 08:18:38 +08:00
Yi-Cyuan Chen
d506b22f67
update RERADME
2026-08-06 11:38:20 +08:00
Yi-Cyuan Chen
5f95ceb733
### Added
...
- KMACXOF128 and KMACXOF256 (NIST SP 800-185)
2026-07-18 10:14:36 +08:00
Yi-Cyuan Chen
01b1baf1e7
### Added
...
- TupleHash128, TupleHash256, TupleHashXOF128, and TupleHashXOF256 (NIST SP 800-185)
### Fixed
- KMAC repeated output reads after finalize
2026-07-18 08:52:44 +08:00
Yi-Cyuan Chen
f0ab0aec2c
Merge branch 'master' of https://github.com/emn178/js-sha3
2026-07-17 16:32:05 +08:00
Yi-Cyuan Chen
951408a3aa
- support ESM #42 , #38
...
- types index.d.ts to package.json #32
2026-07-17 16:28:36 +08:00
emn178 and GitHub
d1ab318829
Update README.md
2025-05-24 15:41:16 +08:00
Yi-Cyuan Chen
a6f6da7483
### Fixed
...
- Fix error in arrayBuffer when there are extra bytes #37
- fixed output if finalized.
2023-12-16 10:15:26 +08:00
Yi-Cyuan Chen
59caf17eca
bump version
2023-09-16 21:32:37 +08:00
Yi-Cyuan Chen
f293b5d508
## v0.9.1 / 2023-08-31
...
### Fixed
- cSHAKE empty Array bug. #24
2023-08-31 09:23:33 +08:00
Yi-Cyuan Chen
dbb0ea401f
## v0.9.0 / 2023-08-30
...
### Fixed
- cSHAKE bug. #24
- dependencies and security issues.
2023-08-30 23:39:16 +08:00
Yi-Cyuan Chen
b39d0910cb
- Added TypeScript definitions.
...
- Changed throw error if update after finalize
2018-08-05 15:33:12 +08:00
Yi-Cyuan Chen
fb7e6403d9
Added
...
- AMD support.
- support for web worker. #13
Changed
- throw error if input type is incorrect when cSHAKE and KMAC.
- freeze hash after finalize.
2017-12-01 21:04:32 +08:00
Chen, Yi-Cyuan
c43f9d1d18
update package
2017-07-03 09:01:22 +08:00
emn178 and GitHub
94a2758bf7
Merge pull request #12 from isaactorresmichel/isaactorresmichel-fixfortypo
...
Typo on variable kmac_256 type definition.
2017-07-02 07:19:42 +08:00
Chen, Yi-Cyuan
e9084afbdf
Added
...
- cSHAKE method.
- KMAC method.
- alias methods without underscore like shake128, keccak512.
Changed
- throw error if input type is incorrect.
2017-06-15 11:07:11 +08:00
Chen, Yi-Cyuan
5d6193d7f2
Fixed ArrayBuffer detection in old browsers.
2016-12-30 10:17:55 +08:00
Chen, Yi-Cyuan
8ae70989ae
Fixed ArrayBuffer dosen't work in Webpack.
2016-12-29 09:31:53 +08:00
emn178 and GitHub
035642212a
Merge pull request #10 from happylynx/arraybuffer-fix
...
webpack & ArrayBuffer argument fix
2016-12-29 08:48:13 +08:00
Yi-Cyuan
f34e33dc99
update README
2016-09-26 10:55:14 +08:00
Yi-Cyuan
97e70fed97
Added
...
- TypeScript support.
- ArrayBuffer method.
Deprecated
- Buffer method.
2016-09-26 10:46:34 +08:00
Chen Yi-Cyuan
bb08d1fc64
Added CommonJS detection.
2016-09-12 20:07:58 +08:00
Yi-Cyuan
06a3fa8f52
* Fixed shake output incorrect in the special length.
2016-06-06 11:23:18 +08:00
emn178
63f2823f49
Merge pull request #6 from adon-at-work/patch-1
...
Minor fix: declaring i in Keccak
2015-10-01 09:55:05 +08:00
Chen Yi-Cyuan
0d1753fd8d
Fixed bugs
2015-05-22 18:14:34 +08:00
Chen Yi-Cyuan
7851f7ad68
Support byte array and ArrayBuffer input.
2015-05-21 19:28:19 +08:00
Chen Yi-Cyuan
db3ab779a8
update README
2015-04-05 09:29:18 +08:00
Chen Yi-Cyuan
372541684a
update README
2015-04-04 22:11:23 +08:00
Chen Yi-Cyuan
1fa1812d86
* Implement NIST's May 2014 SHA-3 version.
...
* Rename original methods to keccak.
2015-04-04 22:04:00 +08:00
Chen Yi-Cyuan
e686ac6177
Improve performance.
2015-02-27 16:45:54 +08:00
Chen Yi-Cyuan
87364f594b
Improve performance.
2015-02-26 10:35:13 +08:00
Chen Yi-Cyuan
b249e417a7
Initial release
2015-02-23 18:23:14 +08:00