aboutsummaryrefslogtreecommitdiff
path: root/core/hash/crc32.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Make `raw_data` return `[^]T` typesgingerBill2022-05-231-5/+5
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-17/+17
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Update hash.crc32 to use slicing-by-8 algorithm to improve throughput by ~3.5xgingerBill2021-06-241-0/+401