pub fn crc8(input: impl IntoIterator<Item = u8>) -> u8
Calculates a CRC8 checksum over any u8 iterator
u8