[][src]Function crc32c::crc32c_append

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

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