pub fn crc8_be(crc: u8, buf: &[u8]) -> u8
Available on crate feature
unstable
only.Expand description
Left-shifting CRC-8 with polynomial 0x07
pub fn crc8_be(crc: u8, buf: &[u8]) -> u8
unstable
only.Left-shifting CRC-8 with polynomial 0x07