jsSHA icon indicating copy to clipboard operation
jsSHA copied to clipboard

A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC.

Results 5 jsSHA issues
Sort by recently updated
recently updated
newest added

Please document jsSHA's Deno support.

**Is your feature request related to a problem? Please describe.** Method chaining can help simplify code. **Describe the solution you'd like** I have a code block like this: ```js const...

**Your Environment** * jsSHA version: 3.3.1 * JavaScript engine and version: Node 18.17.1 * How was jsSHA imported (ESM or other): all? TS/ESM for sure. **Describe the bug** https://arethetypeswrong.github.io/?p=jssha%403.3.1 **Code**...

Fix typescript module resolution issues when `moduleResolution` is set to `node16` or `nodenext` in a `module` `type` package. Some discussions can be found here: https://github.com/pmndrs/zustand/issues/1381#issuecomment-1290296210 Here is a minimal reproduction...