aboutsummaryrefslogtreecommitdiff
path: root/tools/crc
AgeCommit message (Collapse)Author
2024-04-28std.hash.crc: simplify apiMarc Tiehuis
This removes the two original implementations in favour of the single generic one based on the Algorithm type. Previously we had three, very similar implementations which was somewhat confusing when knowing what one should actually be used. The previous polynomials all have equivalent variants available when using the Algorithm type.
2023-01-22Rewrite update_crc_catalog in zig and move tests to separate filefn ⌃ ⌥