pub fn hash_simple(octets: &[u8]) -> u32
Calculate the CRC checksum of the octets using a simple loop algorithm (slow).