Commit Graph

11 Commits (33acf62431a91405fec29f8a0318b528f5e411a9)

Author SHA1 Message Date
Yi-Cyuan Chen 33acf62431 ### Added
- TypeScript interfaces. #6, #9
- HMAC feature.
- support for web worker. #14

### Fixed
- deprecated `new Buffer`, replace with `Buffer.from`. #10
- dependencies and security issues.
- refactor: simplify formatMessage internal logic.
- Generates incorrect hash in some cases.

### Changed
- remove `eval` and use `require` directly. #8
- throw error by Error oject.
- throw error if update after finalize
- use unsigned right shift.
2 years ago
Yi-Cyuan Chen 4ee5af05d3 Fixed incorrect result when file size >= 512M. 8 years ago
Chen, Yi-Cyuan c724643de0 Fixed ArrayBuffer dosen't work in Webpack. 9 years ago
Chen, Yi-Cyuan 80d540792b Added
- update method.
- support Array output.
- support ArrayBuffer output.
- support AMD.
9 years ago
Chen Yi-Cyuan 731295e355 * Support ArrayBuffer input.
* Improve performance.
11 years ago
Chen Yi-Cyuan 72f01d0043 * Support byte array input.
* Remove ascii parameter.
* Improve performance.
* Add test cases.
11 years ago
emn178 c8da6f6851 * Add bower package.
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
11 years ago
Chen Yi-Cyuan 7c0300fae5 Fixed accents bug 11 years ago
Chen Yi-Cyuan 8b60638f50 add license 12 years ago
Chen Yi-Cyuan bcc167c953 support node.js 12 years ago
Chen Yi-Cyuan 9d80e2d7f0 Create project 12 years ago