hash_simple

Function hash_simple 

Source
pub fn hash_simple(octets: &[u8]) -> u32
Expand description

Calculate the CRC checksum of the octets using a simple loop algorithm (slow).