aboutsummaryrefslogtreecommitdiffstats
path: root/src/crc16.zig
Commit message (Collapse)AuthorAgeFilesLines
* Clean up moreLibravatar Rutger Broekhoff2021-05-241-2/+2
| | | | | Clean up unnecessary error unions, generate allowed characters table for credentials file sections at compile time.
* Generate CRC-16 table at compile timeLibravatar Rutger Broekhoff2021-05-221-38/+22
|
* Initial commitLibravatar Rutger Broekhoff2021-05-211-0/+57