Commit Graph
7 Commits
Author SHA1 Message Date
Yi-Cyuan Chen 5f95ceb733 ### Added
- KMACXOF128 and KMACXOF256 (NIST SP 800-185)
2026-07-18 10:14:36 +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
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
Yi-Cyuan 06a3fa8f52 * Fixed shake output incorrect in the special length. 2016-06-06 11:23:18 +08:00
Chen Yi-Cyuan 7851f7ad68 Support byte array and ArrayBuffer input. 2015-05-21 19:28:19 +08:00
Chen Yi-Cyuan b249e417a7 Initial release 2015-02-23 18:23:14 +08:00