Commit Graph
10 Commits
Author SHA1 Message Date
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 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 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
Yi-Cyuan 06a3fa8f52 * Fixed shake output incorrect in the special length. 2016-06-06 11:23:18 +08:00
Yi-Cyuan 7423f9ef37 add shake algorithm 2015-09-17 14:57:12 +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 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