Daninet / hash-wasm

Lightning fast hash functions using hand-tuned WebAssembly binaries
https://npmjs.com/package/hash-wasm
Other
894 stars 50 forks source link

Feature Request: crc32c (Castagnoli) #20

Closed TyrisDavidLopez closed 3 years ago

TyrisDavidLopez commented 3 years ago

It would be nice if we could get the crc32c using Castagnoli algorithm

thank you for your great work

tonybolanyo commented 3 years ago

Hi! It would be nice to have this. It's used in Google Storage by default

Daninet commented 3 years ago

Has landed in v4.9.0!

tonybolanyo commented 3 years ago

Only nine hours after my comment. You're lightning fast!!!!

Daninet commented 3 years ago

It wasn't a hard thing to do, because CRC32C differs only in one constant from CRC32. 😅