crc32c

Function crc32c

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

Computes the CRC for the data payload.

Equivalent to calling crc32c_append(0, data).