Function crc_w_b_w
pub fn crc_w_b_w(a: i8, b: i32) -> i32
Calculate the CRC value using the IEEE 802.3 polynomial (0xEDB88320)
crc_w_b_wpub fn crc_w_b_w(a: i8, b: i32) -> i32
Calculate the CRC value using the IEEE 802.3 polynomial (0xEDB88320)