Function crc32c::crc32c

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

Computes the CRC for the data payload.

Equivalent to calling crc32c_append(0, data).