Function crc32c::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.