Function crc32c_slice16

Source
fn crc32c_slice16(prev: u32, buf: &[u8]) -> u32
Expand description

Returns the CRC32 checksum of buf using the Castagnoli polynomial.