pub fn crc32(data: &[u8]) -> u32
Expand description

Soooo…. This “uses” the “Ethernet CRC algorithm” values, but it doesn’t really do CRC32.