Versions in this module Expand all Collapse all v3 v3.0.1 Nov 3, 2022 Changes in this version + func CRC8(data []byte, model CRCModel) uint8 + func Luhn(s []byte) bool + type CRCModel struct + Init uint8 + Name string + Poly uint8 + RefIn bool + RefOut bool + XorOut uint8