This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hash-wasm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hash-wasm
Hash-WASM is a fast, portable hash function library.
It's using WebAssembly to calculate the hash faster than other JavaScript-based implementations.
Features
Supported hash functions: MD4, MD5, CRC32 (more to come)
A lot faster than JS implementations (see benchmarks)
Supports all modern browsers and Node.js
Optimized for large files
Supports chunked input streams
WASM is bundled as base64 strings, so it can be easily deployed
Supports tree shaking (it only bundles the hash algorithms you need)