mirror of
https://github.com/emn178/js-sha512.git
synced 2026-08-12 12:12:05 +08:00
- dependencies and security issues. - don't modify global Array and ArrayBuffer prototypes. - refactor: simplify formatMessage internal logic. - Generates incorrect hash in some cases. ### Changed - use unsigned right shift.