Module checksum

Module checksum 

Source

Functions§

calculate_crc
Hand-rolled CRC32 calculation matching the crc crate’s NoTable implementation. This removes the need for static state and allows each block to use its own CRC settings.