You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
js-sha1/tests
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
..
hmac-test.js ### Added 2 years ago
index.html * Add bower package. 11 years ago
node-test.js ### Added 2 years ago
requirejs.html ### Added 2 years ago
test.js ### Added 2 years ago
worker-test.js ### Added 2 years ago
worker.html ### Added 2 years ago
worker.js ### Added 2 years ago