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.
Assumes
crc_settings.is_complete()has been verified.
crc_settings.is_complete() has been verified.