crc8_icode_fast

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).