Go to file
2025-01-12 01:17:24 +01:00
.gitignore Initial commit 2025-01-12 00:02:59 +00:00
crc.go First implementation - untested, v0.1.0 2025-01-12 01:17:24 +01:00
go.mod First implementation - untested, v0.1.0 2025-01-12 01:17:24 +01:00
README.md First implementation - untested, v0.1.0 2025-01-12 01:17:24 +01:00

crc16

An CRC-16 implementation

Made with this https://www.sunshine2k.de/articles/coding/crc/understanding_crc.html#ch4 tutorial.