crc32c

Function crc32c_append

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

Computes the CRC for the data payload, starting with a previous CRC value.