You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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