crc32_update

Function crc32_update 

Source
fn crc32_update(crc: u32, data: &[u8]) -> u32
Expand description

CRC32 rolling update used by Checkpoint::content_digest. Takes the current reverse-XOR accumulator (so !crc gives the final digest) and updates it with the input bytes.