pub fn crc32(bytes: &[u8]) -> u32
Available on crate feature
crc32
only.Expand description
Compute a CRC32 value of the given input bytes
.
In case multiple chunks of bytes
are present, one should use crc32_update()
instead.
pub fn crc32(bytes: &[u8]) -> u32
crc32
only.Compute a CRC32 value of the given input bytes
.
In case multiple chunks of bytes
are present, one should use crc32_update()
instead.