| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| hash-wasm@4.12.0.zip | 2024-11-19 | 513.9 kB | |
| README.md | 2024-11-19 | 377 Bytes | |
| v4.12.0 source code.tar.gz | 2024-11-19 | 252.5 kB | |
| v4.12.0 source code.zip | 2024-11-19 | 344.4 kB | |
| Totals: 4 Items | 1.1 MB | 4 | |
- BREAKING CHANGE: crc32c() and createCRC32C() were removed. You can now do the same thing with crc32() and createCRC32() through setting the polynomial parameter to 0x82F63B78
- Added CRC-64 hash function
- Exported IDataType, IHasher types from index.ts
- Update benchmarks
- Update dependencies, including Clang
- Migrate from ESLint to Biome and fix linting errors